mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Add yasnippet-snippets
This commit is contained in:
parent
01b8f8edea
commit
c70e67c68f
1 changed files with 3 additions and 0 deletions
|
@ -564,6 +564,9 @@ Live web development in Emacs.
|
|||
:defer t
|
||||
:diminish yas-minor-mode
|
||||
:config (yas-global-mode 1))
|
||||
|
||||
(use-package yasnippet-snippets
|
||||
:ensure t)
|
||||
#+END_SRC
|
||||
*** Ag (The Silver Searcher)
|
||||
This is a code searching tool that replaces =ack=, and is an order of
|
||||
|
|
Loading…
Reference in a new issue