Remove lisp-extra-font-lock
It's just too much.
This commit is contained in:
parent
3c69b707a6
commit
f5ab56de77
2 changed files with 0 additions and 14 deletions
|
@ -69,7 +69,6 @@
|
|||
(depends-on "jabber")
|
||||
(depends-on "jedi")
|
||||
(depends-on "js2-mode")
|
||||
(depends-on "lisp-extra-font-lock")
|
||||
(depends-on "lua-mode")
|
||||
(depends-on "magit")
|
||||
(depends-on "markdown-mode")
|
||||
|
|
|
@ -1700,19 +1700,6 @@
|
|||
(delq 'recenter-top-bottom beacon-dont-blink-commands)))
|
||||
#+END_SRC
|
||||
|
||||
** Show some extra highlighted lisp symbols
|
||||
|
||||
There exists [[https://github.com/Fanael/highlight-defined][highlight-defined]], but this is a bit over-the-top for
|
||||
me. I do like the way =js2-mode= highlights defined and undefined
|
||||
variables. Hopefully this package comes a bit closer to how that
|
||||
works.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'emacs-lisp-mode-hook 'lisp-extra-font-lock-mode)
|
||||
(add-hook 'lisp-mode-hook 'lisp-extra-font-lock-mode)
|
||||
(add-hook 'scheme-mode-hook 'lisp-extra-font-lock-mode)
|
||||
#+End_src
|
||||
|
||||
** Hightlight numbers mode
|
||||
|
||||
I find this regular expression to work better at identifying
|
||||
|
|
Loading…
Reference in a new issue