mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Highlight urls in buffers as links
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user