* Help display for snippet keybindings much cleaner.

* New very helpful `yas/list-tables'.
* Debug functions now go to their own file. 
* More slight adjustments to snippet loading code.
* Hyperlinks to snippets definition files!
* `yas/key-syntaxes' tweaked, allows "c)" as a key, for example.
This commit is contained in:
capitaomorte
2010-03-17 00:21:09 +00:00
parent ea025980d8
commit affd244f04
3 changed files with 208 additions and 175 deletions

View File

@@ -3,4 +3,4 @@
# contributor: Translated from TextMate Snippet
# name: Copyright Notice
# --
(c) Copyright `date +%Y` $TM_FULLNAME. All Rights Reserved.
(c) Copyright `(replace-regexp-in-string "[[:space:]]+$" "" (shell-command-to-string "date +%Y"))` `user-full-name`. All Rights Reserved.