1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

Updates in i3, added dunst

This commit is contained in:
J. Fernando Sánchez
2015-09-19 18:32:17 +02:00
parent 21debe133a
commit c29fdd9625
5 changed files with 152 additions and 16 deletions

View File

@@ -121,7 +121,11 @@
(guide-key-mode 1)
))
(use-package projectile :ensure)
(use-package projectile
:ensure
:config (progn
(projectile-mode)
))
(use-package helm
:ensure t