mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Support no-quicklisp asdf systems and OCICL
This commit is contained in:
parent
eda76103cb
commit
e189b51c87
9 changed files with 196 additions and 33 deletions
3
tools/preferences.lisp.sample
vendored
3
tools/preferences.lisp.sample
vendored
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
;; Add directories to use custom directoires for storing projects
|
||||
;; (pushnew #P"/path/of/projects" ql:*local-project-directories* :test #'equalp)
|
||||
;; For non-quicklisp based systems
|
||||
;; (pushnew #P"/path/of/projects" asdf:*central-registry* :test #'equalp)
|
||||
|
||||
;; Preferences loaded on next call to clog-tools:clog-builder or [Eval All]
|
||||
|
||||
|
|
@ -61,7 +63,6 @@
|
|||
(setf *editor-theme* "ace/theme/iplastic")
|
||||
;; Best Dark Theme for Lisp
|
||||
;;(setf *editor-theme* "ace/theme/terminal")
|
||||
(setf *editor-mode* "ace/mode/lisp")
|
||||
;;(setf *editor-keybinding* "ace/keyboard/emacs")
|
||||
(setf *editor-keybinding* "ace/keyboard/ace")
|
||||
(setf *editor-tab-size* 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue