fix dashboard error

This commit is contained in:
2022-12-12 22:24:48 +01:00
parent 767c83bc61
commit 7771216a9c

View File

@@ -193,6 +193,7 @@ DISPLAY-START: `integer', e.g. 3820"
:load-path (lambda() (concat config-dir "lisp/dashboard"))
:delight (dashboard-mode "Db") ;; "\u01F153
:config
(require 'linum) ;; TODO: (delete after dashboard fixed it) bc/ dashboard.el sets (linum-mode -1) in `dashboard-mode'
;; because we use `use-package' include `use-package-statistics' if computed
(defun my-dashboard-init-info ()
(let ((package-count 0) (time (emacs-init-time)))