remove compile angel: breaks init load
This commit is contained in:
parent
4b7e8d6a31
commit
06a116aa47
2 changed files with 0 additions and 14 deletions
|
@ -1,5 +0,0 @@
|
|||
;; compile-angel pre-setup
|
||||
(if (native-comp-available-p)
|
||||
(progn
|
||||
(setq load-prefer-newer t)
|
||||
(setq native-comp-jit-compilation nil)))
|
9
init.el
9
init.el
|
@ -23,15 +23,6 @@
|
|||
|
||||
(straight-use-package 'use-package)
|
||||
|
||||
;; compile angel
|
||||
(use-package compile-angel
|
||||
:when (native-comp-available-p)
|
||||
:straight t
|
||||
:demand t
|
||||
:config
|
||||
(setq compile-angel-verbose t)
|
||||
(compile-angel-on-load-mode))
|
||||
|
||||
;;; basic interface stuff
|
||||
(menu-bar-mode 1)
|
||||
(global-display-line-numbers-mode -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue