Created
July 18, 2012 20:10
-
-
Save mrvdb/3138558 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; Try to have urls and mailto links clickable everywhere | |
| (define-global-minor-mode global-goto-address-mode | |
| goto-address-mode | |
| (lambda () | |
| (goto-address-mode 1))) | |
| (global-goto-address-mode t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment