mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-06 07:38:19 +00:00
Add yas-after-reload-hook' and run it at the end of yas-reload-all'
See https://github.com/pezra/rspec-mode/pull/75 for the discussion leading up to this change.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2014-01-06 João Távora <joaotavora@gmail.com>
|
||||
|
||||
* yasnippet.el (yas-reload-all): run `yas-after-reload-hook'.
|
||||
(yas-after-reload-hook): add it.
|
||||
|
||||
2013-12-31 João Távora <joaotavora@gmail.com>
|
||||
|
||||
* yasnippet.el (require): require cl-lib during byte-compilation
|
||||
@@ -16,3 +21,8 @@
|
||||
* README.mdown: Add Travis CI badge.
|
||||
|
||||
* .travis.yml: new file
|
||||
|
||||
|
||||
;; Local Variables:
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
|
||||
Reference in New Issue
Block a user