diff options
Diffstat (limited to '')
-rw-r--r-- | dot_emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1068,6 +1068,9 @@ If not, issue a warning." :config (add-to-list 'vc-handled-backends 'git)) +(use-package wc-mode + :ensure t) + (use-package windmove :config (windmove-default-keybindings) |