From bb9f6cba2c89220ffcaba099d1728bd9a2ffa1f8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Jun 2019 21:58:23 +0200 Subject: Emacs: fix keybinds --- emacs/.emacs.d/main.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index b82a128..749575b 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -142,8 +142,8 @@ With two prefix arguments, write out the day and month name." :after (evil) :custom ((eyebrowse-new-workspace #'counsel-projectile-switch-project) (eyebrowse-mode t)) - :general (:keymaps 'evil-window-map - "0" #'eyebrowse-switch-to-window-config-0 + :general (:keymap 'evil-window-map + "0" #'eyebrowse-switch-to-window-config-0 "1" #'eyebrowse-switch-to-window-config-1 "2" #'eyebrowse-switch-to-window-config-2 "3" #'eyebrowse-switch-to-window-config-3 @@ -473,7 +473,7 @@ With two prefix arguments, write out the day and month name." (my-leader-def "" nil "h" '(:keymap ehelp-map) - "w" '(:keymap evil-window-map) + "w" '(:keymap evil-window-map :package evil) "x" '(:keymap ctl-x-map) "q" #'evil-delete-buffer "p" projectile-command-map -- cgit 1.4.1