Remove projectile
This commit is contained in:
parent
519610cac7
commit
221343d166
15
init.el
15
init.el
@ -731,21 +731,6 @@
|
|||||||
string-inflection-kebab-case-function
|
string-inflection-kebab-case-function
|
||||||
string-inflection-capital-underscore-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
|
;; Undo Tree
|
||||||
;;====================
|
;;====================
|
||||||
|
Loading…
Reference in New Issue
Block a user