emacs: truncate lines (setq -> setq-default)

This commit is contained in:
Alexander Schmidt 2018-07-04 04:04:36 -05:00
parent cd98270e66
commit 2c39a66ffe
Signed by: zyeri
GPG Key ID: E065C448BFD41005
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@
(setq custom-safe-themes t)
;; line wrapping
(setq truncate-lines t
truncate-partial-width-windows 50)
(setq-default truncate-lines t
truncate-partial-width-windows 50)
(setq save-interprogram-paste-before-kill t
sentence-end-double-space nil