/elispfl

Extra font lock made your Emacs lisp mode fancy

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

elispfl – Extra font lock made your Elisp mode fancy

This package was extracted and refactored from doom-emacs, Thanks hlissner’s work!

screenshot/screenshot.png

screenshot/ielm.png

Usage

Clone this repo and put it under your load-path. Then add this snippet in your emacs.d.

(with-eval-after-load 'elisp-mode
  (require 'elispfl)
  (elispfl-mode))

With this, enable font-lock in your ielm

(with-eval-after-load  'ielm
  (require 'elispfl)
  (elispfl-ielm-mode))