summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 628ffec..bbbb170 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -10,6 +10,9 @@
 
 (require 'fcuny-vars)
 
+;; where to store compiled files
+(add-to-list 'native-comp-eln-load-path (expand-file-name "eln-cache" fcuny/path-emacs-var))
+
 ;; where to store the packages
 (setq package-user-dir fcuny/path-emacs-elpa)