adding better keybinds
This commit is contained in:
parent
ab9378879e
commit
1118509461
2 changed files with 6 additions and 6 deletions
6
init.el
6
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue