Highlight urls in buffers as links
This commit is contained in:
parent
2d2413d293
commit
80532921bb
1 changed files with 7 additions and 0 deletions
|
@ -391,6 +391,13 @@ treat Emacs as a non-application window."
|
||||||
(set-window-configuration doom--ediff-saved-wconf)))))
|
(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
|
(use-package! hl-line
|
||||||
;; Highlights the current line
|
;; Highlights the current line
|
||||||
:hook ((prog-mode text-mode conf-mode) . hl-line-mode)
|
:hook ((prog-mode text-mode conf-mode) . hl-line-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue