summaryrefslogtreecommitdiff
path: root/emacs/inits/20-programming.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/20-programming.el')
-rw-r--r--emacs/inits/20-programming.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs/inits/20-programming.el b/emacs/inits/20-programming.el
index 47619c7..5ec8cae 100644
--- a/emacs/inits/20-programming.el
+++ b/emacs/inits/20-programming.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2026-05-15 09h11 BST (anker)>
+;; Time-stamp: <2026-07-10 14h44 BST (anker)>
;; -----------------------------------------------------------------------------
;; General setup
@@ -43,7 +43,8 @@
:ensure)
(use-package treesit-fold
- :ensure
+ :ensure t
+ :demand t
:bind (:map treesit-fold-mode-map
("C-^" . treesit-fold-toggle))
:config
@@ -61,6 +62,7 @@
(defun programming-setup ()
(interactive)
+ (setq line-spacing 6)
(spell-fu-mode -1)
(subword-mode 1)
(electric-pair-local-mode)