mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-06 01:02:14 -08:00
Support for preferences.lisp and *open-external* default parameter
This commit is contained in:
parent
2a2ef18c11
commit
4bb3dfbefa
4 changed files with 31 additions and 2 deletions
15
tools/preferences.lisp.sample
vendored
Normal file
15
tools/preferences.lisp.sample
vendored
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue