summaryrefslogtreecommitdiff
path: root/home/spacemacs.el
diff options
context:
space:
mode:
authorqaristote <quentin.aristote@ens.fr>2023-04-17 09:12:43 +0200
committerqaristote <quentin.aristote@ens.fr>2023-04-17 09:12:43 +0200
commit7ffc2b98a6ad59c8ad73b7a8f1f948e6ae2976b9 (patch)
tree3d20879fc39c1ff8590d7414ad2c4f9eccd2fb6e /home/spacemacs.el
parent0dbe8db6e9f7519f6bf2ff44f5e9eda496e991f8 (diff)
home: emacs: truncate-lines nil
Diffstat (limited to 'home/spacemacs.el')
-rw-r--r--home/spacemacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/spacemacs.el b/home/spacemacs.el
index 04942d9..a88630c 100644
--- a/home/spacemacs.el
+++ b/home/spacemacs.el
@@ -604,6 +604,9 @@ before packages are loaded."
;; org-roam
'(org-roam-directory (file-truename "~/documents/notes/src"))
+
+ ;; don't overflow text horizontally
+ '(truncate-lines nil)
)
;; auto-completion