diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 0aacfb6d..deb7220c 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -434,7 +434,7 @@ Should make startup faster, taken from doom-emacs ;; toggles "t" `(:ignore t :which-key "toggles") "tt" `(counsel-load-theme :which-key "choose theme") - "ts" '(hydra-text-scale/body :which-key "scale text")) + "ts" '(hydra-text-scale/body :which-key "scale text") ;; search "s" `(:ignore s :which-key "search") "sb" `(swiper :which-key "search buffer") @@ -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 diff --git a/config/emacs/init.el b/config/emacs/init.el index 8fdfea96..072faac5 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -361,7 +361,7 @@ kept-old-versions 5) ;; toggles "t" `(:ignore t :which-key "toggles") "tt" `(counsel-load-theme :which-key "choose theme") - "ts" '(hydra-text-scale/body :which-key "scale text")) + "ts" '(hydra-text-scale/body :which-key "scale text") ;; search "s" `(:ignore s :which-key "search") "sb" `(swiper :which-key "search buffer") @@ -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