diff options
| author | tslil clingman <> | 2024-07-13 15:07:01 +0200 |
|---|---|---|
| committer | tslil clingman <> | 2024-07-13 15:09:41 +0200 |
| commit | ed836738a16efb7721b72f6aa58f07541fd37393 (patch) | |
| tree | 077b925d8ad499d8c50b37c5049cae50e4e606f9 /emacs/inits/15-project-mgmt.el | |
| parent | 31da2d6faa41043ce5e1ddc9b8f6ac0aacc49708 (diff) | |
[emacs] cleanup
Diffstat (limited to 'emacs/inits/15-project-mgmt.el')
| -rw-r--r-- | emacs/inits/15-project-mgmt.el | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/emacs/inits/15-project-mgmt.el b/emacs/inits/15-project-mgmt.el index fcb1539..1136364 100644 --- a/emacs/inits/15-project-mgmt.el +++ b/emacs/inits/15-project-mgmt.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2024-07-07 13h44 BST (0fb87241)> +;; Time-stamp: <2024-07-13 15h01 CEST (471b3659)> (defun revert-all-file-buffers () "Refresh all open file buffers without confirmation" @@ -13,11 +13,4 @@ (message "Killed non-existing/unreadable file bufffer: %s" filename)))))) (message "Finished reverting buffers containing unmodified files.")) -(use-package project - :defer nil) - -(use-package magit - :ensure t - :bind (("C-x g" . magit-status)) - :config - (setq magit-process-find-password-functions '(magit-process-password-auth-source))) +(require 'project) |
