diff options
author | Case Duckworth | 2021-06-09 21:48:42 -0500 |
---|---|---|
committer | Case Duckworth | 2021-06-09 21:48:42 -0500 |
commit | fa692177421dc79c607e2a0c5f6cef89f0f76a23 (patch) | |
tree | 2b80424f1db1fc6efd843c5abed242e5d7875223 | |
parent | Load erc module after erc (diff) | |
download | emacs-fa692177421dc79c607e2a0c5f6cef89f0f76a23.tar.gz emacs-fa692177421dc79c607e2a0c5f6cef89f0f76a23.zip |
Enable goto-address-mode
-rw-r--r-- | init.el | 4 |
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" |