about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-06-09 21:48:42 -0500
committerCase Duckworth2021-06-09 21:48:42 -0500
commitfa692177421dc79c607e2a0c5f6cef89f0f76a23 (patch)
tree2b80424f1db1fc6efd843c5abed242e5d7875223 /init.el
parentLoad erc module after erc (diff)
downloademacs-fa692177421dc79c607e2a0c5f6cef89f0f76a23.tar.gz
emacs-fa692177421dc79c607e2a0c5f6cef89f0f76a23.zip
Enable goto-address-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 77d7c62..712c7dc 100644 --- a/init.el +++ b/init.el
@@ -452,6 +452,10 @@ like a dumbass."
452 gnus-init-file (expand-file-name "gnus.el" user-emacs-directory)) 452 gnus-init-file (expand-file-name "gnus.el" user-emacs-directory))
453 (:global "C-c n" gnus)) 453 (:global "C-c n" gnus))
454 454
455(setup goto-addr
456 (add-hook 'text-mode-hook #'goto-address-mode)
457 (add-hook 'prog-mode-hook #'goto-address-prog-mode))
458
455(setup ibuffer 459(setup ibuffer
456 (:option ibuffer-saved-filter-groups 460 (:option ibuffer-saved-filter-groups
457 '(("default" 461 '(("default"