Browse Source

Emacs+Packages: Switch to native-compilation version

master
Riyyi 3 years ago
parent
commit
2bd9ebc4ea
  1. 3
      .config/emacs/early-init.el
  2. 2
      packages

3
.config/emacs/early-init.el

@ -34,6 +34,9 @@
;; Precompute activation actions to speed up startup ;; Precompute activation actions to speed up startup
(setq package-quickstart t) (setq package-quickstart t)
;; Native compilation
(setq package-native-compile t)
;; ------------------------------------- ;; -------------------------------------
;; Disable frame bars before they're loaded in ;; Disable frame bars before they're loaded in

2
packages

@ -30,7 +30,7 @@ dunst
ebtables ebtables
edk2-ovmf edk2-ovmf
efibootmgr efibootmgr
emacs emacs-nativecomp
evtest evtest
exfat-utils exfat-utils
feh feh

Loading…
Cancel
Save