summary refs log tree commit diff
path: root/emacs.d/inits/50_development.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-01-29 09:08:23 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-01-29 09:08:23 -0800
commite7baca83647a91c266b4d863d456143af2061164 (patch)
tree9ccf9a55764a3eefd9b8501d1ddbf27d94b5ec40 /emacs.d/inits/50_development.el
parent[tmux] try a new binding to split windows. (diff)
downloademacs.d-e7baca83647a91c266b4d863d456143af2061164.tar.gz
[emacs] stop using `diminish`.
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/50_development.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs.d/inits/50_development.el b/emacs.d/inits/50_development.el
index efab59f..4c2ae5d 100644
--- a/emacs.d/inits/50_development.el
+++ b/emacs.d/inits/50_development.el
@@ -9,7 +9,6 @@
 
 (use-package projectile
   :ensure t
-  :diminish projectile-mode
   :init
   (setq projectile-enable-caching t)
   :config
@@ -35,7 +34,6 @@
 
 (use-package smartparens
   :ensure t
-  :diminish smartparens-mode
   :config
   (progn
     (require 'smartparens-config)