From bd1bb0506d38ffc3a5756c049d3dc977e7c03c10 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 11 Dec 2014 13:54:01 +0900 Subject: [PATCH] emacs.el: Add sexps for using dirtree --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 2e0d935..4926dcd 100644 --- a/emacs.el +++ b/emacs.el @@ -140,6 +140,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." gnuplot-mode erlang git-commit-mode + dirtree ) ) @@ -901,6 +902,8 @@ found, otherwise returns nil." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; some modes and hooks +(lazy-load-eval 'dirtree) + (and (fetch-library "https://raw.github.com/10sr/emacs-lisp/master/remember-major-modes-mode.el" t)