mirror of
https://github.com/lliding/ld-emacs.git
synced 2025-10-13 05:23:05 +00:00
13 lines
207 B
EmacsLisp
13 lines
207 B
EmacsLisp
;; -*- coding: utf-8; -*-
|
|
;;; Require:
|
|
(require 'neotree)
|
|
|
|
;;; Code:
|
|
(setq neo-theme 'ascii)
|
|
(setq neo-show-hidden-files t)
|
|
(setq neo-window-width 40)
|
|
|
|
(provide 'init-neotree)
|
|
|
|
;;; init-neotree.el ends here
|