Remove goto-addr

It's not essential and is redundant with `gf` and find-file-at-point,
which already understand URLs at point.
This commit is contained in:
Henrik Lissner 2020-04-29 03:47:20 -04:00
parent ae152a5924
commit 5bc86de760
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -412,13 +412,6 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
(set-window-configuration doom--ediff-saved-wconf)))))
(use-package! goto-addr
:hook (text-mode . goto-address-mode)
:hook (prog-mode . goto-address-prog-mode)
:config
(define-key goto-address-highlight-keymap (kbd "RET") #'goto-address-at-point))
(use-package! hl-line
;; Highlights the current line
:hook ((prog-mode text-mode conf-mode special-mode) . hl-line-mode)