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