diff --git a/core/core-evil.el b/core/core-evil.el index 7b6a49709..f331b2423 100644 --- a/core/core-evil.el +++ b/core/core-evil.el @@ -82,6 +82,7 @@ :config (progn (evil-snipe-replace-evil) + (setq evil-snipe-smart-case t) ;; (evil-snipe-enable-sS) (bind 'visual "z" 'evil-snipe-s) (bind 'visual "Z" 'evil-snipe-S)))