summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el6
1 files changed, 3 insertions, 3 deletions
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