mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-07 11:10:18 -08:00
18 lines
523 B
Text
Vendored
18 lines
523 B
Text
Vendored
(in-package :clog-tools)
|
|
|
|
(setf *open-external* t)
|
|
(setf *open-external-with-emacs* nil)
|
|
(setf *open-external-in-popup* nil)
|
|
(setf *open-external-panels-in-popup* 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")
|