[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shorthands have landed on master
From: |
Bodertz |
Subject: |
Re: Shorthands have landed on master |
Date: |
Wed, 29 Sep 2021 20:43:33 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Did you put the Local Variables part inside the function? It shouldn't
be in a function. It's meant to be at the end of the file, at the top
level, and not in quotes.
That is, the end of your file should look like:
--8<---------------cut here---------------start------------->8---
;; Local Variables:
;; elisp-shorthands: (("-" . "testing-"))
;; End:
--8<---------------cut here---------------end--------------->8---
At least I think so. I can't test that.