From 3b3b0f2b44a949f03feab0d66ec88ea8f2b0a7cd Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 7 Jul 2024 13:52:27 +0100 Subject: [emacs] cleanup + switch to project.el --- emacs/inits/15-project-mgmt.el | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'emacs/inits/15-project-mgmt.el') 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 -- cgit v1.2.3