From 0c9f38338e5d966d843a2482c8eb2298b4363b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 31 Jul 2014 21:58:26 +0200 Subject: [emacs] Don't be evil --- .emacs.d/evil-settings.el | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .emacs.d/evil-settings.el (limited to '.emacs.d/evil-settings.el') diff --git a/.emacs.d/evil-settings.el b/.emacs.d/evil-settings.el deleted file mode 100644 index 9821a4f..0000000 --- a/.emacs.d/evil-settings.el +++ /dev/null @@ -1,21 +0,0 @@ -; correct cursor color -(setq evil-default-cursor (quote (t "Grey"))) - -; Y == y$ -(evil-define-operator evil-yank-line-end (beg end type register) - "Yank to end of line." - :motion evil-end-of-line - (interactive "") - (evil-yank beg end type register)) - -(define-key evil-normal-state-map "Y" 'evil-yank-line-end) - -; make unicode-tokens work -(setq repair-unicode-shortcuts - '(progn - (message "Repairing Unicode Shortcuts for Evil") - (unicode-tokens-use-shortcuts 0) - (unicode-tokens-use-shortcuts 1))) - -(eval-after-load 'isar repair-unicode-shortcuts) - -- cgit v1.2.3