From 557480119210ac719c68558fbbb4febad5b0b6a0 Mon Sep 17 00:00:00 2001 From: David Botton Date: Fri, 5 Apr 2024 08:57:05 -0400 Subject: [PATCH] example pref for adding source dirs --- tools/preferences.lisp.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/preferences.lisp.sample b/tools/preferences.lisp.sample index 1db6e82..aa148f8 100644 --- a/tools/preferences.lisp.sample +++ b/tools/preferences.lisp.sample @@ -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")