clean up
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
;; for a short while. Therefore better defer loading.
|
||||
;;(require 'flycheck (concat user-emacs-directory "lisp/flycheck/flycheck.el"))
|
||||
(use-package flycheck
|
||||
:load-path (lambda() (concat user-emacs-directory "lisp/flycheck"))
|
||||
:load-path "lisp/flycheck"
|
||||
:defer 2
|
||||
:init
|
||||
(setq flycheck-mode-line-prefix "𝓕") ;; Ⓕ 𝓕 ✈ f ;; other flycheck settings see syntax-checking-settings.el
|
||||
@@ -31,8 +31,7 @@
|
||||
;; flycheck-mode-line-prefix see general-settings-post.el
|
||||
(setq flycheck-emacs-lisp-load-path 'inherit)
|
||||
;;(add-hook 'after-init-hook #'global-flycheck-mode) ;; deactivated bc of defer
|
||||
(global-flycheck-mode)
|
||||
)
|
||||
(global-flycheck-mode))
|
||||
|
||||
;; flycheck also has tooltips
|
||||
;; flycheck-pos-tip shows errors under point in pos-tip popups.
|
||||
|
||||
Reference in New Issue
Block a user