diff --git a/init.el b/init.el index 2681faf..535bbbb 100644 --- a/init.el +++ b/init.el @@ -100,6 +100,11 @@ (setq-local comment-auto-fill-only-comments t) (turn-on-auto-fill))) +;; Don't truncate lines in the minibuffer. +(add-hook 'minibuffer-setup-hook + (defun hook--minibuffer-enable-truncate-lines () + (setq-local truncate-lines t))) + ;;;; Whitespace (setc whitespace-style '(empty indentation space-before-tab space-after-tab)