Use elpaca instead of straight
Some big changes related to that, and to use-package
This commit is contained in:
parent
ecf3d4195a
commit
c7b0c1c6c2
50 changed files with 1262 additions and 365 deletions
|
|
@ -3,11 +3,10 @@
|
|||
;;; Code:
|
||||
|
||||
;; Use flycheck globally to check syntax and compile languages
|
||||
(use-package flycheck
|
||||
:commands flycheck-define-checker
|
||||
:straight t
|
||||
:defer t
|
||||
:config (global-flycheck-mode t)
|
||||
(use-package flycheck :ensure t)
|
||||
|
||||
(with-eval-after-load 'flycheck
|
||||
(global-flycheck-mode t)
|
||||
(setq flycheck-emacs-lisp-load-path 'inherit)
|
||||
(unbind-key "C-c ! C-c" flycheck-mode-map)
|
||||
(unbind-key "C-c ! C-w" flycheck-mode-map)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue