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")
|
||||
(require 'slime-fuzzy))
|
||||
|
||||
(def-package! overseer
|
||||
:commands overseer-test
|
||||
:init
|
||||
(set! :popup '("*overseer*" :size 12)))
|
||||
|
||||
|
||||
;;
|
||||
;;
|
||||
|
Reference in New Issue
Block a user