Browse Source

Fix SETUP_LOAD

master
10sr 5 years ago
parent
commit
595c2fd3b4
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -4,7 +4,7 @@


;; SETUP_LOAD: (let ((file "DOTFILES_DIR/emacs.el")) ;; SETUP_LOAD: (let ((file "DOTFILES_DIR/emacs.el"))
;; SETUP_LOAD: (and (file-readable-p file) ;; SETUP_LOAD: (and (file-readable-p file)
;; SETUP_LOAD: (load-file file)))
;; SETUP_LOAD: (byte-recompile-file file nil 0 t)))


(setq debug-on-error t) (setq debug-on-error t)




Loading…
Cancel
Save