mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 12:48:29 +10:00
Minor edit to keybinding
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
"d w" '(wdired-change-to-wdired-mode :wk "Writable dired"))
|
||||
|
||||
(dt/leader-keys
|
||||
"e" '(:ignore t :wk "Eshell/Evaluate")
|
||||
"e" '(:ignore t :wk "Eshell/Eval/EWW")
|
||||
"e b" '(eval-buffer :wk "Evaluate elisp in buffer")
|
||||
"e d" '(eval-defun :wk "Evaluate defun containing or after point")
|
||||
"e e" '(eval-expression :wk "Evaluate and elisp expression")
|
||||
|
||||
@@ -373,7 +373,7 @@ You can use the bindings CTRL plus =/- for zooming in/out. You can also use CTR
|
||||
"d w" '(wdired-change-to-wdired-mode :wk "Writable dired"))
|
||||
|
||||
(dt/leader-keys
|
||||
"e" '(:ignore t :wk "Eshell/Evaluate")
|
||||
"e" '(:ignore t :wk "Eshell/Eval/EWW")
|
||||
"e b" '(eval-buffer :wk "Evaluate elisp in buffer")
|
||||
"e d" '(eval-defun :wk "Evaluate defun containing or after point")
|
||||
"e e" '(eval-expression :wk "Evaluate and elisp expression")
|
||||
|
||||
Reference in New Issue
Block a user