瀏覽代碼

Update setup_load code

pull/15/head
10sr 9 年之前
父節點
當前提交
d2417cf8c6
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el 查看文件

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


Loading…
取消
儲存