mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
7 lines
197 B
EmacsLisp
7 lines
197 B
EmacsLisp
;; Load-path
|
|
(add-to-list 'load-path "~/.emacs.d/vendor")
|
|
|
|
;; Directory Sidebar
|
|
(require 'dirtree)
|
|
(autoload 'imenu-tree "imenu-tree" "Imenu tree" t)
|
|
(autoload 'tags-tree "tags-tree" "TAGS tree" t) |