From 4fac9f16238e09348a9296e12e69a9533983f109 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 18 Jul 2019 01:14:19 +0200 Subject: [PATCH] Pin neotree to git-version. --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index b9a7061..5fb674b 100644 --- a/init.el +++ b/init.el @@ -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