Emacs: Remove old neotree reference.

This commit is contained in:
tastytea 2019-12-01 07:11:49 +01:00
parent fb7af7116d
commit c0925c4ac3

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- ;;; 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: ;;; Commentary:
@ -125,7 +125,6 @@
:custom :custom
(projectile-project-compilation-dir "build") (projectile-project-compilation-dir "build")
;; (projectile-switch-project-action 'neotree-projectile-action)
(projectile-switch-project-action 'my/switch-project) (projectile-switch-project-action 'my/switch-project)
(projectile-project-configure-cmd (projectile-project-configure-cmd
"cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \ "cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \