Pin neotree to git-version.

This commit is contained in:
tastytea 2019-07-18 01:14:19 +02:00
parent 55942a9cb0
commit 4fac9f1623

View File

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