aboutsummaryrefslogtreecommitdiff
path: root/indentation.el
blob: 2a7063eb028b80eb8d41ef6d62f8006972ded3d9 (plain)
1
2
3
4
5
6
7
8
9
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))