* lisp/initz-vars.el (initz-delete-compile-log-buffer): New user
[elisp/initz.git] / lisp / initz-vars.el
index f9c08c9..4497e5c 100644 (file)
   :type 'string
   :group 'initz)
 
+(defcustom initz-delete-compile-log-buffer t
+  "*If non-nil, initz deletes compile log buffer."
+  :type 'boolean
+  :group 'initz)
+
 ;; Faces.
 (defface initz-list-node-face
   '((((class color) (background light)) (:foreground "blue"))