Browse Source

eval-defun with RET in elisp-mode

nixos
Maxime Wack 4 years ago
parent
commit
e67ceb2ee9
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .emacs

+ 5
- 0
.emacs View File

@@ -102,6 +102,11 @@
"nf" 'narrow-to-defun
"nw" 'widen)

(general-define-key
:keymaps 'emacs-lisp-mode-map
:states 'normal
"RET" 'eval-defun)

(general-define-key
:keymaps 'help-mode-map
:states 'normal


Loading…
Cancel
Save