summaryrefslogtreecommitdiff
path: root/.emacs.custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.custom.el')
-rw-r--r--.emacs.custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.custom.el b/.emacs.custom.el
index 85a502d..3c946c8 100644
--- a/.emacs.custom.el
+++ b/.emacs.custom.el
@@ -7,7 +7,8 @@
'(display-line-numbers-type 'relative)
'(evil-undo-system 'undo-redo)
'(inhibit-startup-screen t)
- '(package-selected-packages '(dash-functional evil magit pdf-tools)))
+ '(package-selected-packages '(dash-functional evil magit pdf-tools))
+ '(truncate-lines t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.