summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 821d5af..a0d3ba9 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -560,7 +560,9 @@ open it.  Whitespace butler fixes whitespace only for lines that I’m editing.
 	:diminish ws-butler-mode
 	:config (ws-butler-global-mode 1))
   (if (daemonp)
-	  (add-hook 'before-make-frame-hook (lambda () (ws-butler-global-mode 1))))
+	  (add-hook 'before-make-frame-hook (lambda ()
+										  (use-package ws-butler
+											:config (ws-butler-global-mode 1)))))
 #+END_SRC
 
 ** shrink-whitespace