aboutsummaryrefslogtreecommitdiff
path: root/indentation.el
diff options
context:
space:
mode:
Diffstat (limited to 'indentation.el')
-rw-r--r--indentation.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/indentation.el b/indentation.el
index 6b7d1dc..2a7063e 100644
--- a/indentation.el
+++ b/indentation.el
@@ -1,6 +1,10 @@
;; if you eval these forms in Emacs you'll get correct indentation in
;; unevaluated property application specifications
+;; actual properties
+(put 'file:has-content 'common-lisp-indent-function '(2 2))
+
+;; actual properties but suffixed with a period
(put 'deploys. 'common-lisp-indent-function '(4 4 2))
(put 'deploys-these. 'common-lisp-indent-function '(4 4 2))
(put 'chroot:os-bootstrapped. 'common-lisp-indent-function '(4 4 2))