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:
parent
ae152a5924
commit
5bc86de760
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue