FG42/lib/fg42/vars.el

11 lines
275 B
EmacsLisp
Raw Normal View History

2019-08-22 19:06:39 +01:00
;;; vars --- vars library of FG42
;;; Commentary:
;;; Code:
(defvar default-theme nil "Default FG42 theme.")
(defvar fg42/inspect-buffer "*inspect-buffer*"
"The name of the buffer that is going to be used for data inspection.")
(provide 'fg42/vars)
;;; vars.el ends here