This is an extremely useful package which adds little examples to the help docs for a massive number of elisp functions. https://github.com/xuchunyang/elisp-demos
12 lines
264 B
EmacsLisp
12 lines
264 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/emacs-lisp/packages.el
|
|
|
|
(package! auto-compile)
|
|
(package! highlight-quoted)
|
|
(package! macrostep)
|
|
(package! overseer)
|
|
(package! elisp-def)
|
|
(package! elisp-demos)
|
|
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-cask))
|