mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
allow eval to console
This commit is contained in:
parent
46cda1c223
commit
a9d0ce3c43
4 changed files with 36 additions and 11 deletions
|
|
@ -18,6 +18,8 @@
|
|||
(defparameter *open-external-panels-in-popup* nil)
|
||||
;; Open panels as popups by default
|
||||
(defparameter *open-panels-as-popups* nil)
|
||||
;; Use console for evals instead of capture
|
||||
(defparameter *editor-use-console-for-evals* nil)
|
||||
;; Use emacs instead of the source-editor when openning external
|
||||
(defparameter *open-external-with-emacs* nil)
|
||||
;; Best Light Theme for Lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue