doomemacs/modules/lang/emacs-lisp
Henrik Lissner 3e15b71568
lang/emacs-lisp: optimize var/face highlighting
A slight performance improvement in files with a lot of comments and
strings, by skipping ahead a line if in a comment and to the next double
quote if in a string. Otherwise, this function would visit every symbol
in between, and syntax-ppss calls are relatively expensive here.
2019-05-20 21:09:12 -04:00
..
autoload.el lang/emacs-lisp: optimize var/face highlighting 2019-05-20 21:09:12 -04:00
config.el Enable read-only-mode in package files 2019-05-20 21:09:12 -04:00
packages.el lang/emacs-lisp: remove auto-compile package 2019-05-15 20:24:52 -04:00