Skip to content
Snippets Groups Projects
Commit 0b76fa8e authored by Liu Miao's avatar Liu Miao
Browse files

remove projectile :diminish

parent fc85763c
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,6 @@
;;
;;; Commentary:
;;
;;
;;
;;; Code:
(use-package projectile
:ensure t
......@@ -51,9 +49,7 @@
;; Per-project compilation buffers
(setq compilation-buffer-name-function #'projectile-compilation-buffer-name
compilation-save-buffers-predicate #'projectile-current-project-buffer-p)
:diminish projectile-mode)
compilation-save-buffers-predicate #'projectile-current-project-buffer-p))
(use-package orderless
:ensure t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment