aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-09 09:41:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-09 09:41:41 -0700
commitae26dd63fbf5bed4505970eeb686bb026352eb3f (patch)
tree540b6b7bed73e5f2c9731f68f6a2b97a25bdae2c
parent44f96f98a92f1256dfc736734722f86adc8cd380 (diff)
downloadconsfigurator-ae26dd63fbf5bed4505970eeb686bb026352eb3f.tar.gz
delete old Emacs (put) forms file
Replaced by emacs/put-forms.el. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--indentation.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/indentation.el b/indentation.el
deleted file mode 100644
index 2a7063e..0000000
--- a/indentation.el
+++ /dev/null
@@ -1,10 +0,0 @@
-;; 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))