From 29b3f3c60383ad819194da1eede0f2b679f27b1a Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 6 Jan 2020 00:07:05 +0900 Subject: [PATCH] Add load bytecomp --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 0349836..31b534f 100644 --- a/emacs.el +++ b/emacs.el @@ -2,6 +2,7 @@ ;;; Code: +;; SETUP_LOAD: (load "bytecomp") ;; Required for WSL environment ;; SETUP_LOAD: (let ((file "DOTFILES_DIR/emacs.el")) ;; SETUP_LOAD: (and (file-readable-p file) ;; SETUP_LOAD: (byte-recompile-file file nil 0 t)))