X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=emacs%2Fmy-twitter.el;h=632b0cd9868c3c25f29acf605fe9af899aedaf93;hb=9a96b6d07f74ce2d23ebf7fba7928171090c29b5;hp=bbd94956fa2f246afb69a9416cba1bb448d13ce1;hpb=eca016238e315494185689ea02c215ed02935162;p=.emacs.d.git diff --git a/emacs/my-twitter.el b/emacs/my-twitter.el index bbd9495..632b0cd 100644 --- a/emacs/my-twitter.el +++ b/emacs/my-twitter.el @@ -1,4 +1,4 @@ -(add-to-list 'load-path "~/.emacs.d/emacs/twittering-mode") +(add-to-list 'load-path "~/.emacs.d/vendor/twittering-mode") (require 'twittering-mode) (add-hook 'twittering-edit-mode-hook (lambda () (ispell-minor-mode) (flyspell-mode)))