private/hlissner: remove hard evil dependency (fix #38)
This commit is contained in:
parent
2f4c3c977e
commit
6f38adc443
2 changed files with 2 additions and 9 deletions
|
@ -363,14 +363,7 @@
|
|||
"M-;" 'eval-expression
|
||||
"A-;" 'eval-expression)
|
||||
|
||||
(:after evil
|
||||
(:map (evil-ex-completion-map evil-ex-search-keymap)
|
||||
"C-a" 'move-beginning-of-line
|
||||
"C-w" 'backward-kill-word
|
||||
"C-u" 'backward-kill-sentence
|
||||
"C-b" 'backward-word
|
||||
"C-f" 'forward-word))
|
||||
(:map read-expression-map
|
||||
(:map (evil-ex-completion-map evil-ex-search-keymap read-expression-map)
|
||||
"C-a" 'move-beginning-of-line
|
||||
"C-w" 'backward-kill-word
|
||||
"C-u" 'backward-kill-sentence
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; private/hlissner/config.el
|
||||
|
||||
(load! +bindings) ; my key bindings
|
||||
(when (featurep 'evil)
|
||||
(load! +bindings) ; my key bindings
|
||||
(load! +commands)) ; my custom ex commands
|
||||
|
||||
(defvar +hlissner-snippets-dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue