diff options
-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" |