summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/my-text.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/custom/my-text.el b/emacs/custom/my-text.el
index 1a1831a..3a58ebb 100644
--- a/emacs/custom/my-text.el
+++ b/emacs/custom/my-text.el
@@ -9,6 +9,8 @@
 (customize-set-variable 'ispell-extra-args '("--camel-case"))
 
 (add-hook 'text-mode-hook 'flyspell-mode)
+(add-hook 'text-mode-hook 'goto-address-mode)
+
 (dolist (hook '(prog-mode-hook conf-mode-hook))
   (add-hook hook 'flyspell-prog-mode))