From c0925c4ac3ca1f65fd91ac5b436e457a46ac688c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 1 Dec 2019 07:11:49 +0100 Subject: [PATCH] Emacs: Remove old neotree reference. --- init/programming/common.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init/programming/common.el b/init/programming/common.el index d7beee1..3722e1a 100644 --- a/init/programming/common.el +++ b/init/programming/common.el @@ -1,6 +1,6 @@ ;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- -;; Time-stamp: <2019-11-29T02:56:57+00:00> +;; Time-stamp: <2019-12-01T06:11:27+00:00> ;;; Commentary: @@ -125,7 +125,6 @@ :custom (projectile-project-compilation-dir "build") - ;; (projectile-switch-project-action 'neotree-projectile-action) (projectile-switch-project-action 'my/switch-project) (projectile-project-configure-cmd "cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \