optimize package loading
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
;; for a short while. Therefore better defer loading.
|
||||
;;(require 'flycheck (concat config-dir "lisp/flycheck/flycheck.el"))
|
||||
(use-package flycheck
|
||||
:load-path (lambda() (concat config-dir "lisp/flycheck"))
|
||||
:defer 2
|
||||
:init
|
||||
(setq flycheck-mode-line-prefix "F") ;; \u24BB \u01D4D5 \u2708 f ;; other flycheck settings see syntax-checking-settings.el
|
||||
|
||||
Reference in New Issue
Block a user