diff options
| author | tslil <tslil@posteo.de> | 2026-05-15 09:12:21 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-05-15 09:12:44 +0100 |
| commit | d7bdc086a212879e6e728366f844295c4e73c8fd (patch) | |
| tree | e00a7f2a8cddcfe92799f2db9637c83788b6b941 /emacs/inits/20-programming.el | |
| parent | df3db5734d449326e72d6599693509446049dfc5 (diff) | |
[emacs] switch to eat
Diffstat (limited to 'emacs/inits/20-programming.el')
| -rw-r--r-- | emacs/inits/20-programming.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/inits/20-programming.el b/emacs/inits/20-programming.el index ef5fbd9..47619c7 100644 --- a/emacs/inits/20-programming.el +++ b/emacs/inits/20-programming.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2026-04-23 20h46 BST (anker)> +;; Time-stamp: <2026-05-15 09h11 BST (anker)> ;; ----------------------------------------------------------------------------- ;; General setup @@ -55,6 +55,10 @@ :config (dtrt-indent-global-mode t)) +(use-package eat + :ensure + :defer) + (defun programming-setup () (interactive) (spell-fu-mode -1) |
