This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.txt | ||
| |
osx-plist.el | ||
| |
textexpander-sync.el |
README.txt
This elisp file will sync your TextExpander snippets with emacs so that you can use them in abbrev mode. The official way to support textexpander is to remap meta-v to yank... but an self respecting emacs user who would do that might as well switch to vi. So, this script can import your snippets to emacs and make them available via abbrev-mode. Just download, require and run: M-x textexpander-sync You'll also want to run abbrev-mode most of the time, something like this should do it: (setq default-abbrev-mode t)) By: Ted Roden <tedroden@gmail.com>








