Explorar el Código

Update setup_load code

pull/15/head
10sr hace 9 años
padre
commit
d2417cf8c6
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el Ver fichero

@@ -4,8 +4,9 @@

;;; Code:

;; SETUP_LOAD: (and (file-readable-p "DOTFILES_DIR/emacs.el")
;; SETUP_LOAD: (load-file "DOTFILES_DIR/emacs.el"))
;; SETUP_LOAD: (let ((file "DOTFILES_DIR/emacs.el"))
;; SETUP_LOAD: (and (file-readable-p file)
;; SETUP_LOAD: (load-file file)))

;; make directories
(unless (file-directory-p (expand-file-name user-emacs-directory))


Cargando…
Cancelar
Guardar