mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge branch 'bandresen-overseer'
* bandresen-overseer: Add: lang/emacs-lisp: overseer initial commit
This commit is contained in:
@ -74,6 +74,7 @@
|
|||||||
(setq inferior-lisp-program "clisp")
|
(setq inferior-lisp-program "clisp")
|
||||||
(require 'slime-fuzzy))
|
(require 'slime-fuzzy))
|
||||||
|
|
||||||
|
|
||||||
(def-package! macrostep
|
(def-package! macrostep
|
||||||
:commands macrostep-expand
|
:commands macrostep-expand
|
||||||
:config
|
:config
|
||||||
@ -106,6 +107,11 @@
|
|||||||
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))
|
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup nil t)))
|
||||||
|
|
||||||
|
|
||||||
|
(def-package! overseer
|
||||||
|
:commands overseer-test
|
||||||
|
:init (set! :popup "*overseer*" :size 12))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;
|
;;
|
||||||
;;
|
;;
|
||||||
|
@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
(package! auto-compile)
|
(package! auto-compile)
|
||||||
(package! highlight-quoted)
|
(package! highlight-quoted)
|
||||||
(package! slime)
|
|
||||||
(package! macrostep)
|
(package! macrostep)
|
||||||
|
(package! overseer)
|
||||||
|
(package! slime)
|
||||||
|
|
||||||
(when (featurep! :feature syntax-checker)
|
(when (featurep! :feature syntax-checker)
|
||||||
(package! flycheck-cask))
|
(package! flycheck-cask))
|
||||||
|
Reference in New Issue
Block a user