/emacs-maple-explorer

Create file, imenu, buffer sidebar on Emacs quickly

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

emacs-maple-explorer

screenshots

https://github.com/honmaple/emacs-maple-explorer/blob/master/screenshot/example.png

How to use

git clone https://github.com/honmaple/emacs-maple-explorer ~/.emacs.d/site-lisp/maple-explorer
(require 'maple-explorer)
(when (and (display-graphic-p) *icon*) (maple-explorer-icon-mode))

;; with use-package
(use-package maple-explorer
  :quelpa (:fetcher github :repo "honmaple/emacs-maple-explorer")
  :commands (maple-explorer-file maple-explorer-buffer maple-explorer-imenu maple-explorer-recentf)
  :config
  (add-to-list 'maple-explorer-display-alist '(file . ((side . left) (slot . -1)))))