Only apply prefix arg fix to evil leaders
This commit is contained in:
parent
d5ba685817
commit
442bd7cfb9
1 changed files with 4 additions and 3 deletions
|
@ -126,9 +126,10 @@
|
||||||
;; sensibly (and consistently with similar contexts).
|
;; sensibly (and consistently with similar contexts).
|
||||||
|
|
||||||
;; Make SPC u SPC u [...] possible (#747)
|
;; Make SPC u SPC u [...] possible (#747)
|
||||||
(map! :map universal-argument-map
|
(when (featurep 'evil)
|
||||||
:prefix doom-leader-key "u" #'universal-argument-more
|
(map! :map universal-argument-map
|
||||||
:prefix doom-leader-alt-key "u" #'universal-argument-more)
|
:prefix doom-leader-key "u" #'universal-argument-more
|
||||||
|
:prefix doom-leader-alt-key "u" #'universal-argument-more))
|
||||||
|
|
||||||
(defun +default|setup-input-decode-map ()
|
(defun +default|setup-input-decode-map ()
|
||||||
"Ensure TAB and [tab] are treated the same in TTY Emacs."
|
"Ensure TAB and [tab] are treated the same in TTY Emacs."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue