浏览代码

emacs.el: Add sexps for using dirtree

pull/1/head
10sr 11 年前
父节点
当前提交
bd1bb0506d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el 查看文件

@@ -140,6 +140,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
gnuplot-mode gnuplot-mode
erlang erlang
git-commit-mode git-commit-mode
dirtree
) )
) )


@@ -901,6 +902,8 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; some modes and hooks ;; some modes and hooks


(lazy-load-eval 'dirtree)

(and (fetch-library (and (fetch-library
"https://raw.github.com/10sr/emacs-lisp/master/remember-major-modes-mode.el" "https://raw.github.com/10sr/emacs-lisp/master/remember-major-modes-mode.el"
t) t)


正在加载...
取消
保存