Sfoglia il codice sorgente

Add load bytecomp

master
10sr 4 anni fa
parent
commit
29b3f3c603
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Vedi 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)))


Caricamento…
Annulla
Salva