Pin neotree to git-version.

This commit is contained in:
tastytea 2019-07-18 01:14:19 +02:00
parent 55942a9cb0
commit 4fac9f1623
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-07-17T02:07:37+00:00>
;; Time-stamp: <2019-07-17T23:13:36+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -287,7 +287,8 @@ With argument, do this that many times."
:bind
("C-c p" . 'projectile-command-map)
(:map projectile-command-map
("k" . 'my/projectile-kill-buffers))))
("k" . 'my/projectile-kill-buffers))
))
;; Highlight TODO, FIXME, NOTE and so on.
(use-package hl-todo
@ -478,6 +479,7 @@ With argument, do this that many times."
;;;;;;;;;;;;;;;;;;;; Misc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Show directory tree in a window.
(use-package neotree
:pin melpa ; <= 0.5.2 changes directory on file switch.
:demand t
:after all-the-icons
:custom