summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-12 15:27:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-12 15:27:45 -0700
commit535b385a38caabce89270a48ec4ca960c93b332c (patch)
tree7b4abee884155a937e039820666f8a5cde773326 /.emacs.d
parent6396089f6e0cdfb2e0a28de1546e3017f8138f7d (diff)
downloaddotfiles-535b385a38caabce89270a48ec4ca960c93b332c.tar.gz
add Consfigurator indentation hint for KVM-BOOTS-TRUSTED-CHROOT.
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init-spw.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index a7b7daa3..2a953d9f 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -2712,7 +2712,10 @@ mutt's review view, after exiting EDITOR."
(spw/when-library-available consfigurator
(with-eval-after-load 'cl-indent
- (activate-consfigurator-indentation-hints)))
+ (activate-consfigurator-indentation-hints)
+
+ ;; These are for definitions from my consfig.
+ (put 'kvm-boots-trusted-chroot. 'common-lisp-indent-function '1)))
;;;; Lisp