Remove vestigial code

This commit is contained in:
Henrik Lissner 2016-05-21 00:10:13 -04:00
parent b06e57fca8
commit 160e7eaa8b
2 changed files with 0 additions and 11 deletions

View file

@ -58,7 +58,6 @@
(2 font-lock-function-name-face))))
(add-hook 'before-save-hook 'delete-trailing-whitespace nil t)
(add-hook 'after-save-hook 'doom/elisp-auto-compile nil t)
(dolist (i '(("Evil Command" "\\(^\\s-*(evil-define-command +\\)\\(\\_<.+\\_>\\)" 2)
("Evil Operator" "\\(^\\s-*(evil-define-operator +\\)\\(\\_<.+\\_>\\)" 2)