elispfl icon indicating copy to clipboard operation
elispfl copied to clipboard

Extra font lock made your Emacs lisp mode fancy

#+TITLE: elispfl -- Extra font lock made your Elisp mode fancy

This package was extracted and refactored from [[https://github.com/hlissner/doom-emacs][doom-emacs]], Thanks [[https://github.com/hlissner/doom-emacs][hlissner]]'s work!

[[file:screenshot/screenshot.png]]

[[file:screenshot/ielm.png]]

  • Usage

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

#+BEGIN_SRC emacs-lisp (with-eval-after-load 'elisp-mode (require 'elispfl) (elispfl-mode)) #+END_SRC

With this, enable font-lock in your =ielm=

#+BEGIN_SRC emacs-lisp (with-eval-after-load 'ielm (require 'elispfl) (elispfl-ielm-mode)) #+END_SRC