diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-01-26 01:50:39 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-01-26 02:01:59 -0500 |
commit | bbd7afa763c7e89b453bfc091c91402b6f183c6a (patch) | |
tree | 6c87df6c2931f8db16565b4bc3d23cdfb8a17603 | |
parent | d4b2c327f2b3012865938f983ed2dca94e3376f5 (diff) | |
download | emacs.d-bbd7afa763c7e89b453bfc091c91402b6f183c6a.tar.gz |
Remove unneeded url-handlers import
-rw-r--r-- | lisp/init-gnus.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index a9d03dd..eae7311 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -87,8 +87,6 @@ (define-key gnus-article-mode-map (kbd "C-c j") 'km/follow-gwene-link) -(require 'url-handlers) - (defun km/gnus-open-github-patch () "Open patch from github email. A new buffer with the patch contents is opened in another window." |