Truncate lines in the minibuffer

The comment is wrong.
This commit is contained in:
Case Duckworth 2021-04-06 12:43:59 -05:00
parent 56e5b20d9b
commit c6f83be8cd
1 changed files with 5 additions and 0 deletions

View File

@ -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)