From 943a64077654dbf12d13a1e92a806bad595529e1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 23 May 2016 12:09:44 -0700 Subject: [PATCH] crux --- dotfiles/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c2225a05..4d4a6fa3 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -776,6 +776,8 @@ buffer is not visiting a file." :config (beacon-mode 1)) +(use-package crux) + ;; text mode stuff: (remove-hook 'text-mode-hook #'turn-on-auto-fill) (add-hook 'text-mode-hook 'turn-on-visual-line-mode)