All Projects → honmaple → emacs-maple-explorer

honmaple / emacs-maple-explorer

Licence: GPL-3.0 License
Create file, imenu, buffer sidebar on Emacs quickly

Programming Languages

emacs lisp
2029 projects

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
  (setq maple-explorer-file-display-alist '((side . left) (slot . -1))))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].