fix parens

This commit is contained in:
Sakooooo 2023-12-25 21:24:39 +04:00
parent dd0ae566d2
commit 234c206b17
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 2 additions and 2 deletions

View file

@ -473,7 +473,7 @@ Should make startup faster, taken from doom-emacs
"gcR" `(magit-clone :which-key "clone repo")
"gcc" `(magit-commit-create :which-key "commit")
"gci" `(forge-create-issue :which-key "issue")
"gcp" `(forge-create-pullreq :which-key "pull request")))
"gcp" `(forge-create-pullreq :which-key "pull request"))
#+end_src
** Dashboard
#+begin_src emacs-lisp

View file

@ -400,7 +400,7 @@ kept-old-versions 5)
"gcR" `(magit-clone :which-key "clone repo")
"gcc" `(magit-commit-create :which-key "commit")
"gci" `(forge-create-issue :which-key "issue")
"gcp" `(forge-create-pullreq :which-key "pull request")))
"gcp" `(forge-create-pullreq :which-key "pull request"))
(use-package dashboard
:init