From 4e7690a5ddd9502fdf9d9afafc4d296964f9e71f Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 26 Nov 2022 20:04:10 +0100 Subject: [PATCH] Open all gists as read-only They are tangled from gists.org, so modifications should be made in that file. --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..93367c6 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +(("gists/" . ((nil . ((eval . (read-only-mode)))))))