aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/emacs/init.el
diff options
context:
space:
mode:
authorKaiden Fey <kookie@spacekookie.de>2020-10-17 21:01:49 +0200
committerKaiden Fey <kookie@spacekookie.de>2020-10-17 21:01:49 +0200
commitcd5828c6d1173f689c6913737491603ed61588b3 (patch)
tree1abdd4aec68109edb8885e6e188863859fe61e24 /modules/workstation/emacs/init.el
parentef5e6faf61ac8f309bcf0b6a9968dce953af4fc5 (diff)
modules/emacs: Switching to self-hosted build and adding some pkgsHEADmaster
The reason for this is that nix-darwin is broken (or generally nix on MacOS), and I need to be able to build emacs with just nix-build. There is some refactoring coming up for this anyway, where modules should be self-contained settings, that are enabled by configuration/ and roots/.
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