about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-13 15:55:30 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-13 15:55:30 +0100
commit47c30f00972b9b94dad3bd3ed5f0f7645ed4c65a (patch)
tree1d2ca43088635c680e0831717c50ed5d863f699e /.emacs.d
parent8aef5c1a44a7c12c05fb2470cf2d6d33ce30d3f2 (diff)
downloaddotfiles-47c30f00972b9b94dad3bd3ed5f0f7645ed4c65a.tar.gz
Enable native compilation for packages
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-packages.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-packages.el b/.emacs.d/lisp/init-packages.el
index 79a3635..8c43e82 100644
--- a/.emacs.d/lisp/init-packages.el
+++ b/.emacs.d/lisp/init-packages.el
@@ -17,6 +17,8 @@
 (unless package-archive-contents
   (package-refresh-contents))
 
+(setq package-native-compile t)
+
 (unless (package-installed-p 'use-package)
    (package-install 'use-package))
 (require 'use-package)