Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing org-mode link color

Tags:

emacs

org-mode

When I add a link within an org-mode heading, is it possible have the link color match the rest of the text in the heading?

like image 741
lyineyes Avatar asked Sep 02 '25 02:09

lyineyes


1 Answers

You can make the color of org links always match the text in which they are found, but you can't do that conditionally based on whether they are within headings. If that's good enough for your needs, try:

M-x customize-face RET org-link RET

then remove the 'foreground' specification for the face.

like image 119
sanityinc Avatar answered Sep 07 '25 06:09

sanityinc