Skip to content

cireu/elispfl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Extra font lock made your Emacs lisp mode fancy

Resources

License

Stars

Watchers

Forks

Packages

No packages published