with this treasure i summon

This commit is contained in:
Sakooooo 2023-12-25 19:31:41 +04:00
parent 48efb028d7
commit 25b3e50659
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 98 additions and 98 deletions

View file

@ -421,10 +421,6 @@ Should make startup faster, taken from doom-emacs
#+begin_src emacs-lisp
(use-package general
:config
(general-create-definer sakomacs/leader-keys
:keymaps `(normal insert visual emacs)
:prefix "SPC"
:global-prefix "C-SPC")
(sakomacs/leader-keys
;; code
"c" `(:ignore c :which-key "code")
@ -472,7 +468,11 @@ 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"))
(general-create-definer sakomacs/leader-keys
:keymaps `(normal insert visual emacs)
:prefix "SPC"
:global-prefix "C-SPC"))
#+end_src
** Dashboard
#+begin_src emacs-lisp

View file

@ -348,10 +348,6 @@ kept-old-versions 5)
(use-package general
:config
(general-create-definer sakomacs/leader-keys
:keymaps `(normal insert visual emacs)
:prefix "SPC"
:global-prefix "C-SPC")
(sakomacs/leader-keys
;; code
"c" `(:ignore c :which-key "code")
@ -399,7 +395,11 @@ 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"))
(general-create-definer sakomacs/leader-keys
:keymaps `(normal insert visual emacs)
:prefix "SPC"
:global-prefix "C-SPC"))
(use-package dashboard
:init