diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-20T12·11+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-22T21·13+0000 |
commit | b4a6551dd5817059b2fff7ca59ce5956f045027d (patch) | |
tree | ee83d786cc7656054f46530995de3ffe8faca2c4 /emacs.nix | |
parent | 40742c612a59dfad6f6ab21797e2a279be1f1a78 (diff) |
Drop support for evil-leader
Preferring to use the `general` package for defining leader-prefixed keybindings than `evil-leader`. This TODO has existed for quite awhile, so I'm pleased to finish it! During the cleanup, I deleted some keybindings that I no longer used.
Diffstat (limited to 'emacs.nix')
-rw-r--r-- | emacs.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.nix b/emacs.nix index 8e3bf21d2424..895165394daf 100644 --- a/emacs.nix +++ b/emacs.nix @@ -29,7 +29,6 @@ let evil evil-collection evil-magit - evil-leader evil-commentary evil-surround key-chord |