adding better keybinds

This commit is contained in:
Chris Cochrun 2023-07-12 09:59:03 -05:00
parent ab9378879e
commit 1118509461
2 changed files with 6 additions and 6 deletions

View file

@ -553,6 +553,7 @@ This evil-collection package includes a lot of other evil based things.
"wJ" '(evil-window-move-very-bottom :which-key "right window")
"wL" '(evil-window-move-far-right :which-key "right window")
";" '(execute-extended-command :which-key "execute command")
"d" '(execute-extended-command :which-key "execute command")
":" '(eval-expression :which-key "evaluate expression"))
(chris/leader-keys
:states 'normal
@ -2756,8 +2757,7 @@ Also here are some lisp specific stuff
:hook ((lisp-mode . enable-paredit-mode)
(emacs-lisp-mode . enable-paredit-mode)
(scheme-mode . enable-paredit-mode)
(prog-mode . enable-paredit-mode)
(text-mode . enable-paredit-mode))
(prog-mode . enable-paredit-mode))
:general
('normal lisp-mode-map
"gl" 'paredit-forward-slurp-sexp
@ -3349,7 +3349,7 @@ Ledger mode
:END:
#+begin_src emacs-lisp
(use-package mu4e
:load-path "~/.guix-home/profile/share/emacs/site-lisp/mu4e/"
;; :load-path "~/.guix-home/profile/share/emacs/site-lisp/mu4e/"
:init
(defun mu4e--main-action-str (name func)

View file

@ -305,6 +305,7 @@
"wJ" '(evil-window-move-very-bottom :which-key "right window")
"wL" '(evil-window-move-far-right :which-key "right window")
";" '(execute-extended-command :which-key "execute command")
"d" '(execute-extended-command :which-key "execute command")
":" '(eval-expression :which-key "evaluate expression"))
(chris/leader-keys
:states 'normal
@ -2067,8 +2068,7 @@ targets."
:hook ((lisp-mode . enable-paredit-mode)
(emacs-lisp-mode . enable-paredit-mode)
(scheme-mode . enable-paredit-mode)
(prog-mode . enable-paredit-mode)
(text-mode . enable-paredit-mode))
(prog-mode . enable-paredit-mode))
:general
('normal lisp-mode-map
"gl" 'paredit-forward-slurp-sexp
@ -2383,7 +2383,7 @@ targets."
(use-package ledger-mode)
(use-package mu4e
:load-path "~/.guix-home/profile/share/emacs/site-lisp/mu4e/"
;; :load-path "~/.guix-home/profile/share/emacs/site-lisp/mu4e/"
:init
(defun mu4e--main-action-str (name func)