From 54f0a727c312b82e5d1c25ca81b62344bbb56e10 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 30 Dec 2022 20:52:54 +0100 Subject: Import custom packages Also, import package modules instead of using `specifications->packages'. --- .dir-locals.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index f54b1d58..1618d636 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -117,6 +117,11 @@ (eval . (put 'with-http-server 'scheme-indent-function 1)) + (eval . (put 'computed-file 'scheme-indent-function 1)) + + ;; My own functions. + (eval . (put 'combined-text-file 'scheme-indent-function 1)) + ;; This notably allows '(' in Paredit to not insert a space when the ;; preceding symbol is one of these. (eval . (modify-syntax-entry ?~ "'")) -- cgit v1.2.3