mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
example pref for adding source dirs
This commit is contained in:
parent
bee6c88eaa
commit
5574801192
1 changed files with 5 additions and 1 deletions
6
tools/preferences.lisp.sample
vendored
6
tools/preferences.lisp.sample
vendored
|
|
@ -1,5 +1,8 @@
|
|||
(in-package :clog-tools)
|
||||
|
||||
;; Add directories to use custom directoires for storing projects
|
||||
;; (pushnew #P"path/to/dir/of/projects" ql:*local-project-directories* :test #'equalp)
|
||||
|
||||
;; Preferences loaded on next call to clog-tools:clog-builder or [Eval All]
|
||||
|
||||
;; Open panels and files in new browser tabs by default
|
||||
|
|
@ -10,7 +13,8 @@
|
|||
(setf *open-external-panels-in-popup* nil)
|
||||
;; Open panels as popups by default
|
||||
(setf *open-panels-as-popups* nil)
|
||||
;; Use emacs instead of the source-editor when openning external
|
||||
;; Use emacs instead of the source-editor when opening external
|
||||
;; must start builder for slime in emacs
|
||||
(setf *open-external-with-emacs* nil)
|
||||
;; Best Light Theme for Lisp
|
||||
(setf *editor-theme* "ace/theme/iplastic")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue