Support for preferences.lisp and *open-external* default parameter

This commit is contained in:
David Botton 2024-03-07 15:20:50 -05:00
parent 2a2ef18c11
commit 4bb3dfbefa
4 changed files with 31 additions and 2 deletions

15
tools/preferences.lisp.sample vendored Normal file
View file

@ -0,0 +1,15 @@
(in-package :clog-tools)
(setf *open-external* t)
(setf *editor-theme* "ace/theme/terminal")
(setf *editor-keybinding* "ace/keyboard/emacs")
(setf *editor-renderer-options*
"fontSize : 16,
showInvisibles : false,
displayIndentGuides : true,
printMarginColumn : 80,
showPrintMargin : true,
showLineNumbers : true,
showGutter : true,
enableBasicAutocompletion: true,
enableLiveAutocompletion : true")