From fa3bb80089ae0ed4f53c7e7ef965a3f8d9e915cf Mon Sep 17 00:00:00 2001 From: A Brooks Date: Sat, 19 Sep 2020 23:33:01 -0500 Subject: [PATCH] Lisp: Add additional allowed characters for Clojure symbols. --- markup/lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markup/lisp b/markup/lisp index 448821d..467e87f 100644 --- a/markup/lisp +++ b/markup/lisp @@ -43,7 +43,7 @@ SP ( ) " , ' @@`@@ : ; # | \ _ SP ( ) [ ] { } " , ' @@`@@ ; # | \||##gray|//case sensitive, cannot start with digit//## _ _ ##gray|//permitted characters://## _ -A-Z a-z 0-9 * + ! - _ ? _ +A-Z a-z 0-9 * + ! - _ ? _ ' < > = _ ##gray|//these have special meaning or are reserved://## _ / . :||##gray|//case sensitive, cannot start with digit//## _ @@ -3220,4 +3220,4 @@ To bind the command to the key {{C-c l}} run the following in Lisp interaction m (global-set-key "\C-cl" 'dired-emacs-lisp) [[/code]] -If it is desired to have the above command and key binding always available when Emacs starts up, put them in {{~/.emacs.d/init.el}}. \ No newline at end of file +If it is desired to have the above command and key binding always available when Emacs starts up, put them in {{~/.emacs.d/init.el}}.