diff options
author | Alan Pearce | 2019-08-15 15:38:45 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-15 15:38:45 +0200 |
commit | 200183d88488da4c3b93057875cb49781709c136 (patch) | |
tree | f1b7b5dc0d0e71de082fe5505da0f6746200a775 /emacs | |
parent | 26fea31177f57e36fc9c9f06ab1aa1ae6d9aecaf (diff) | |
download | dotfiles-200183d88488da4c3b93057875cb49781709c136.tar.lz dotfiles-200183d88488da4c3b93057875cb49781709c136.tar.zst dotfiles-200183d88488da4c3b93057875cb49781709c136.zip |
Emacs: fix winner keybindings
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 1017be8..215b73d 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -222,6 +222,7 @@ With two prefix arguments, write out the day and month name." :ghook ('evil-after-load-hook #'eyebrowse-setup-evil-keys)) (use-package winner + :after evil :custom ((winner-mode t) (winner-boring-buffers '("*Completions*" "*Help*" "*Apropos*" "*Buffer List*" "*info*" "*Compile-Log*"))) :general (:keymaps 'evil-window-map |