diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-07-20 07:53:35 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-07-22 10:45:18 -0700 |
commit | 5860445da55ac3abc3935c6ffd5e9bb4539225c9 (patch) | |
tree | 2de3124b4c0577245a0b7e1dec30732af7fcc191 /.emacs.local.d/modes/which-key.el | |
parent | fd0754be08f4b2f9ef58625c17544a238afefade (diff) |
emacs: move everything to ~/.emacs.d
Diffstat (limited to '.emacs.local.d/modes/which-key.el')
-rw-r--r-- | .emacs.local.d/modes/which-key.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.local.d/modes/which-key.el b/.emacs.local.d/modes/which-key.el deleted file mode 100644 index 1d8fd8d..0000000 --- a/.emacs.local.d/modes/which-key.el +++ /dev/null @@ -1,5 +0,0 @@ -(use-package which-key - :ensure t - :config - (which-key-mode) -) |