fix parens
This commit is contained in:
parent
dd0ae566d2
commit
234c206b17
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue