+Shell, +A LOT
[lineal.git] / src / config.lisp
blobe1ce55730c72be7e70cfb9e55e83ca850d470164
2 ; To uncomment an option, change #+(or) to #-(or)
3 ; All pathnames are relative to this file's directory.
5 ; Lineal will output confirmation of all options
6 ; set here near the end of it's load-time output.
7 ;
8 ; If any of these options is true/false, the actual
9 ; value of the option is not checked, only if it's bound.
10 ; ie: if the option is explicitly set to nil,
11 ; (set 'option nil)
12 ; it is still treated as true.
13 ; Use (makunbound 'option) to falsify.
16 ; On boot, restore the session specified in the file.
17 #+(or) (set 'restore-from-file
18 (make-pathname :name "captured_session"))
19 ; To use this effectively, call
20 ; (local-capture)
21 ; before quitting to save the file