From a0fa395f818240847f4ce638581e3c21893c6f16 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 22 Feb 2015 21:47:52 -0500 Subject: [PATCH] Enable smartcase for snipe --- core/core-evil.el | 1 + 1 file changed, 1 insertion(+) 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)))