Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions markup/lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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//## _
Expand Down Expand Up @@ -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}}.
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}}.