Last active
August 29, 2015 14:11
-
-
Save mariusk/6569caaeb8c87a516da9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: https://github.com/krisajenkins/wispjs-mode/blob/master/wispjs-mode.el | |
(dolist '(lambda (char) | |
(modify-syntax-entry char "w" wispjs-mode-syntax-table)) | |
'(?_ ?~ ?. ?- ?> ?< ?! ??)) | |
bugs out with: | |
File mode specification error: (wrong-type-argument listp #[(char) "\302\303 #\207" [char wispjs-mode-syntax-table modify-syntax-entry "w"] 4]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment