1

Remove projectile

This commit is contained in:
Jessie Hildebrandt 2022-06-26 23:24:13 -04:00
parent 519610cac7
commit 221343d166

15
init.el
View File

@ -731,21 +731,6 @@
string-inflection-kebab-case-function
string-inflection-capital-underscore-function))
;;====================
;; Projectile (Project Interaction)
;;====================
;; Bindings:
;; [ C-c p ... ] -> Projectile key map prefix
;; Load Projectile
(use-package projectile
:demand
t
:config
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
(projectile-mode t))
;;====================
;; Undo Tree
;;====================