mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[emacs] helm-projectile
This commit is contained in:
parent
7deeb427fc
commit
564c92cf21
1 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,14 @@ Helm search plugin for [[Ag%20(The%20Silver%20Searcher)][Ag (The Silver Searcher
|
|||
:ensure t
|
||||
:defer t)
|
||||
#+END_SRC
|
||||
*** helm-projectile
|
||||
Helm projectile integration
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package helm-projectile
|
||||
:ensure t
|
||||
:defer t)
|
||||
#+END_SRC
|
||||
** Ace Jump
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue