]> git.earman.xyz Git - emacsinit.git/commitdiff
Set faces for links
authorrearman <rearman@r717.net>
Wed, 25 Mar 2026 21:10:04 +0000 (17:10 -0400)
committerrearman <rearman@r717.net>
Wed, 25 Mar 2026 21:10:04 +0000 (17:10 -0400)
re/8color-ansi-theme.el
re/b&w-theme.el

index 421949b38b8e668bcc9aa5f682efe00669ad7780..3636956f68f5c1d432991d69284b9bc3fc3f9f01 100644 (file)
@@ -17,6 +17,8 @@
      ((,class (:foreground "#ff0"))))
    `(success
      ((,class (:foreground "#0f0"))))
+   `(link
+     ((,class (:foreground "#00f" :underline t))))
 ;;;; font-lock.
    `(font-lock-comment-face
      ((,class (:foreground "#f00" :slant italic :weight light))))
    `(org-date
      ((,class (:foreground "#00f"))))
    `(org-link
-     ((,class (:foreground "#00f"))))
+     ((,class (:foreground "#00f" :underline t))))
 ;;; Org Agenda
    `(header-line
      ((,class (:foreground "#ff0" :background "#000" :weight bold :height 1.25))))
index 05203c804a8a325d44882e95fdc189109f6350d7..579d1b21dff86699c75131d5a282d6acf12a13e3 100644 (file)
@@ -21,6 +21,8 @@
      ((,class (:foreground ,text))))
    `(success
      ((,class (:foreground ,text))))
+   `(link
+     ((,class (:foreground ,text :underline t))))
 ;;;; font-lock.
    `(font-lock-comment-face
      ((,class (:foreground ,text :slant italic :weight light))))
    `(org-date
      ((,class (:foreground ,text))))
    `(org-link
-     ((,class (:foreground ,text))))
+     ((,class (:foreground ,text :underline t))))
 ;;; Org Agenda
    `(header-line
      ((,class (:foreground ,text :background ,bg :weight bold))))