diff options
Diffstat (limited to 'emacs/inits/20-programming.el')
| -rw-r--r-- | emacs/inits/20-programming.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs/inits/20-programming.el b/emacs/inits/20-programming.el index 71a5cf9..23e9b53 100644 --- a/emacs/inits/20-programming.el +++ b/emacs/inits/20-programming.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2023-08-29 09h09 CEST (anker)> +;; Time-stamp: <2023-10-29 14h47 CET (anker)> ;; ----------------------------------------------------------------------------- ;; General setup @@ -41,6 +41,11 @@ (global-treesit-auto-mode) (setq treesit-auto-install t)) +(use-package dtrt-indent + :ensure t + :config + (dtrt-indent-global-mode t)) + (defun programming-setup () (subword-mode 1) (electric-pair-local-mode) |
