about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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