Browse Source

Add load bytecomp

master
10sr 4 years ago
parent
commit
29b3f3c603
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -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)))


Loading…
Cancel
Save