From 788e36f39a9fecdc1c0bb73ab0b869e24c36fa80 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Apr 2022 08:51:47 -0700 Subject: my-text: enable goto-address-mode --- emacs/custom/my-text.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs') 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)) -- cgit 1.4.1