From b1473fe2f345ac5b0c8d9529e8d6c95c86d40c23 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 22 Feb 2021 09:45:51 -0600 Subject: Add a check for global-goto-address-mode --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index b24a840..0aeee16 100644 --- a/config.org +++ b/config.org @@ -1822,7 +1822,8 @@ already commented. That's it. "Buttonize URLs and Email addresses." #+begin_src emacs-lisp :noweb-ref modes - (global-goto-address-mode +1) + (when (fboundp 'global-goto-address-mode) + (global-goto-address-mode +1)) #+end_src * Writing -- cgit 1.4.1-21-gabe81