Skip to content

Commit

Permalink
Fontify email addresses in code just like links
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jul 27, 2011
1 parent 57622dc commit 81854a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(fset 'yes-or-no-p 'y-or-n-p)
(add-hook 'find-file-hooks 'goto-address-prog-mode)
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)

(setq goto-address-mail-face 'link)

(autoload 'mwe:log-keyboard-commands "mwe-log-commands"
"Log commands executed in the current buffer" t)
Expand All @@ -15,4 +15,4 @@
(setq show-paren-delay 0)
(column-number-mode 1)

(provide 'init-misc)
(provide 'init-misc)

0 comments on commit 81854a9

Please sign in to comment.