From ae26dd63fbf5bed4505970eeb686bb026352eb3f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 9 Mar 2021 09:41:41 -0700 Subject: delete old Emacs (put) forms file Replaced by emacs/put-forms.el. Signed-off-by: Sean Whitton --- indentation.el | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 indentation.el 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)) -- cgit v1.2.3