i broke something againt

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

View file

@ -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

View file

@ -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