diff --git a/modules/config/default/config.el b/modules/config/default/config.el index f457fb69d..dceb73ddc 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -126,9 +126,10 @@ ;; sensibly (and consistently with similar contexts). ;; Make SPC u SPC u [...] possible (#747) -(map! :map universal-argument-map - :prefix doom-leader-key "u" #'universal-argument-more - :prefix doom-leader-alt-key "u" #'universal-argument-more) +(when (featurep 'evil) + (map! :map universal-argument-map + :prefix doom-leader-key "u" #'universal-argument-more + :prefix doom-leader-alt-key "u" #'universal-argument-more)) (defun +default|setup-input-decode-map () "Ensure TAB and [tab] are treated the same in TTY Emacs."