mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add: lang/emacs-lisp: overseer initial commit
This commit is contained in:
@ -74,6 +74,11 @@
|
|||||||
(setq inferior-lisp-program "clisp")
|
(setq inferior-lisp-program "clisp")
|
||||||
(require 'slime-fuzzy))
|
(require 'slime-fuzzy))
|
||||||
|
|
||||||
|
(def-package! overseer
|
||||||
|
:commands overseer-test
|
||||||
|
:init
|
||||||
|
(set! :popup '("*overseer*" :size 12)))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;
|
;;
|
||||||
|
@ -4,3 +4,4 @@
|
|||||||
(package! auto-compile)
|
(package! auto-compile)
|
||||||
(package! highlight-quoted)
|
(package! highlight-quoted)
|
||||||
(package! slime)
|
(package! slime)
|
||||||
|
(package! overseer)
|
||||||
|
Reference in New Issue
Block a user