summaryrefslogtreecommitdiff
path: root/emacs/inits/15-project-mgmt.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/15-project-mgmt.el')
-rw-r--r--emacs/inits/15-project-mgmt.el16
1 files changed, 3 insertions, 13 deletions
diff --git a/emacs/inits/15-project-mgmt.el b/emacs/inits/15-project-mgmt.el
index 6ea54e6..fcb1539 100644
--- a/emacs/inits/15-project-mgmt.el
+++ b/emacs/inits/15-project-mgmt.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2024-01-16 15h12 CET (9a3d20a4)>
+;; Time-stamp: <2024-07-07 13h44 BST (0fb87241)>
(defun revert-all-file-buffers ()
"Refresh all open file buffers without confirmation"
@@ -13,18 +13,8 @@
(message "Killed non-existing/unreadable file bufffer: %s" filename))))))
(message "Finished reverting buffers containing unmodified files."))
-(use-package projectile
- :ensure t
- :bind (("C-c p" . projectile-switch-project)
- ("C-c f" . projectile-find-file-dwim))
- :config
- (projectile-mode 1)
-
- (setq projectile-indexing-method 'alien
- projectile-sort-order 'recently-active
- projectile-enable-caching t
- projectile-mode-line-prefix ""
- projectile-mode-line-function '(lambda () (format " ΒΆ[%s]" (projectile-project-name)))))
+(use-package project
+ :defer nil)
(use-package magit
:ensure t