mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
15 lines
408 B
Text
Vendored
15 lines
408 B
Text
Vendored
(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")
|