summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 9b4dfa6..ffeba29 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -497,6 +497,9 @@ With two prefix arguments, write out the day and month name."
 (setq-default indent-tabs-mode nil
               tab-always-indent 'complete)
 
+(use-package ws-butler
+  :ghook ('prog-mode-hook))
+
 ;;; Major modes
 
 ;;;; js