Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 673 Bytes

README.org

File metadata and controls

27 lines (19 loc) · 673 Bytes

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))