julia-repl icon indicating copy to clipboard operation
julia-repl copied to clipboard

defcustom & buffer local

Open tpapp opened this issue 8 years ago • 0 comments

Use something like

(defcustom var ...)
(make-variable-buffer-local 'var)

for API-exposed buffer local variables. Also cleanup said variables.

tpapp avatar Dec 28 '17 13:12 tpapp