Helm
This commit is contained in:
parent
16f2d04bf0
commit
0f67373c38
@ -101,4 +101,13 @@
|
||||
(org-bullets-mode t))))
|
||||
(use-package magit)
|
||||
|
||||
(use-package helm
|
||||
:config
|
||||
(helm-mode t))
|
||||
|
||||
(use-package helm-projectile
|
||||
:config
|
||||
(helm-projectile-on))
|
||||
|
||||
|
||||
;; End Plugins
|
||||
|
Loading…
Reference in New Issue
Block a user