Skip to content

Commit

Permalink
feat(emacs): enable evil in minibuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 11, 2023
1 parent cc5c4f1 commit 0271a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
:custom
(evil-want-keybinding nil)
(evil-want-C-u-scroll t)
(evil-want-minibuffer t)
(evil-undo-system 'undo-tree)
:config
(evil-mode 1)
Expand Down

0 comments on commit 0271a89

Please sign in to comment.