aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/emacs/init.el')
-rw-r--r--modules/workstation/emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index 28b8146f632..48702f70464 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -78,7 +78,7 @@
;; Some editing niceties
(delete-selection-mode 1)
(show-paren-mode 1)
-(setq-default truncate-lines t)
+(setq-default truncate-lines 1)
;; Explicitly enable lsp-mode for certain languages
(add-hook 'rust-mode-hook #'lsp)
@@ -195,7 +195,7 @@
(reg-start (point))
(reg-end reg-start)
- ;; De we delete a trailing \n
+ ;; Do we delete a trailing \n
del-nl-trail)
;; Find the text borders