mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #1239 from flatwhatson/add-elisp-demos
Add elisp-demos to lang/emacs-lisp module
This commit is contained in:
@ -121,6 +121,12 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
|||||||
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))
|
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))
|
||||||
|
|
||||||
|
|
||||||
|
(def-package! elisp-demos
|
||||||
|
:defer t
|
||||||
|
:init
|
||||||
|
(advice-add 'helpful-update :after #'elisp-demos-advice-helpful-update))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Project modes
|
;; Project modes
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
(package! macrostep)
|
(package! macrostep)
|
||||||
(package! overseer)
|
(package! overseer)
|
||||||
(package! elisp-def)
|
(package! elisp-def)
|
||||||
|
(package! elisp-demos)
|
||||||
|
|
||||||
(when (featurep! :tools flycheck)
|
(when (featurep! :tools flycheck)
|
||||||
(package! flycheck-cask))
|
(package! flycheck-cask))
|
||||||
|
Reference in New Issue
Block a user