diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 18:10:07 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 18:10:07 +0200 |
| commit | a65bb82b364b1a89fb07e8eadc4ae59e52c6f979 (patch) | |
| tree | 9aa3683bca8d7c247a8ba8d5149325cfce3625d1 /dot.emacs.d/init.el | |
| parent | 5134f93d596def82184e389f4838d14ed9be8421 (diff) | |
Emacs: Configure elisp-mode
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 31eae63..622a6a3 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -237,6 +237,11 @@ (highlight-indentation-set-offset yaml-indent-offset))) (add-hook 'yaml-mode-hook #'qsx-no-indent-tabs-mode)) +(use-package elisp-mode + :ensure nil + :config + (add-hook 'emacs-lisp-mode-hook #'qsx-no-indent-tabs-mode)) + (use-package dockerfile-mode) (defun qsx-dont-show-line-numbers-hook () |
