about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-06-20T22·07-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-06-20T22·07-0400
commit9d591e52ac6954d98e25bbf50f2a1e5c9b2b42b9 (patch)
tree7fa9150537fd7ede0ea5e86da3a61363631877b5 /configs
parent8fbafc3a5cf6a16aff65ee87af243ec598b4c08f (diff)
Adds GPG helper functions; Cleans index.sh
Diffstat (limited to 'configs')
-rw-r--r--configs/.emacs6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/.emacs b/configs/.emacs
index e1c5e3dab521..5f4c753ff11f 100644
--- a/configs/.emacs
+++ b/configs/.emacs
@@ -326,7 +326,9 @@
   (evil-ex-define-cmd (kbd "w") 'save-buffer-always)
   (add-hook 'prog-mode-hook 'evil-local-mode)
   (add-hook 'org-mode-hook 'evil-local-mode)
-  (add-hook 'markdown-mode-hook 'evil-local-mode))
+  (add-hook 'markdown-mode-hook 'evil-local-mode)
+  (add-hook 'text-mode-hook 'evil-local-mode)
+  )
 
 
 ;; Hack at the moment for extending the behavior of the jump to mark command
@@ -486,7 +488,7 @@
   (setq helm-imenu-fuzzy-match t)
   (setq helm-locate-fuzzy-match t)
   :config
-  (load "~/.emacs.d/wc-helm-functions.el")
+  (load "~/.emacs.d/wc-helm-functions.el"))
 
 
 ;; Helm Projectile Settings