Browse Source

Move hydra before evil

nixos
Maxime Wack 4 years ago
parent
commit
88f8c9b716
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .emacs

+ 4
- 4
.emacs View File

@@ -236,6 +236,10 @@
"nc" 'polymode-toggle-chunk-narrowing
"nw" 'widen))

;;;;; Hydra

(use-package hydra)

;;;;; Evil
;;;;;; Evil

@@ -362,10 +366,6 @@
"a" 'evil-lion-left
"A" 'evil-lion-right))

;;;;; Hydra

(use-package hydra)

;;;;; Which-key

(use-package which-key


Loading…
Cancel
Save