deactivate infos dumbs of use-package
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
(eval-when-compile
|
||||
(require 'use-package)) ;; requires bind-key
|
||||
(setq use-package-verbose t)
|
||||
(setq use-package-verbose nil)
|
||||
(setq use-package-compute-statistics t)
|
||||
(use-package delight
|
||||
:defer t) ;; used for use-package :delight, see delight-delighted-modes, defer b/c of awesome-tray
|
||||
|
||||
@@ -206,7 +206,9 @@ process."
|
||||
)
|
||||
|
||||
(use-package ox-ipynb
|
||||
:after ox)
|
||||
:defer t ;; will be loaded via `org-export-backends' see above inside `org'
|
||||
;; :after ox
|
||||
)
|
||||
|
||||
;; https://millejoh.github.io/emacs-ipython-notebook/
|
||||
;; requires: anaphora dash deferred polymode request websocket with-editor
|
||||
|
||||
Reference in New Issue
Block a user