about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-20 00:41:34 -0600
committerCase Duckworth2021-02-20 00:41:34 -0600
commit16bf1a658e6fd4526cbbc8a5858ed29956d35520 (patch)
tree87eaae94be03dbf8393b291fcc9b44f3c8446406 /config.org
parentSearch by regexp defaultly (diff)
downloademacs-16bf1a658e6fd4526cbbc8a5858ed29956d35520.tar.gz
emacs-16bf1a658e6fd4526cbbc8a5858ed29956d35520.zip
Enable global-goto-address-mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.org b/config.org index 0f40e1f..4faef32 100644 --- a/config.org +++ b/config.org
@@ -1778,6 +1778,14 @@ already commented. That's it.
1778 (define-key acdw/map (kbd "M-;") #'comment-or-uncomment-region) 1778 (define-key acdw/map (kbd "M-;") #'comment-or-uncomment-region)
1779#+end_src 1779#+end_src
1780 1780
1781** Goto address mode
1782
1783"Buttonize URLs and Email addresses."
1784
1785#+begin_src emacs-lisp :noweb-ref modes
1786 (global-goto-address-mode +1)
1787#+end_src
1788
1781* Writing 1789* Writing
1782 1790
1783** Word count 1791** Word count