Merge branch 'develop' of github.com:hlissner/doom-emacs into develop

This commit is contained in:
Kevin Curtet 2021-02-06 23:32:17 +01:00
commit c4e0cf15dd
No known key found for this signature in database
GPG key ID: C10B0A8D28209C24
12 changed files with 83 additions and 61 deletions

View file

@ -420,7 +420,6 @@ directives. By default, this only recognizes C directives.")
(map! :v "@" #'+evil:apply-macro
:m [C-i] #'evil-jump-forward
:m [tab] #'evil-jump-item
;; implement dictionary keybinds
;; evil already defines 'z=' to `ispell-word' = correct word at point