omit byte compile warnings

This commit is contained in:
2022-10-02 09:47:36 +02:00
parent 991e193b67
commit fb08fd2c9a

View File

@@ -22,6 +22,9 @@
(format "%.2f seconds" (float-time (time-subtract after-init-time before-init-time)))
gcs-done)))
;; omit warnings like: /opt/emacs-conf/lisp/org/oc-basic.el: Warning: buffer-substring is an obsolete generalized variable.
(setq byte-compile-warnings nil)
(require 'use-package) ;; requires bind-key
(setq use-package-verbose t)
(setq use-package-compute-statistics t)