dreadedmonkeygod . net

TextExpander & EMACS

To get EMACS to play well with TextExpander, add this to your .emacs file:

(setq ns-alternate-modifier 'alt)
(define-key global-map [(alt ?v)] 'scroll-down)
(define-key global-map [(meta ?v)] 'yank)

Posted here for my own future reference.

The author has disabled comments for this post.