home.social

#emacs_custom — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #emacs_custom, aggregated by home.social.

fetched live
  1. Ok, I finally managed to set font-lock-function-name-face to color-39 in a terminal without it being changed in X, where there is no such color as 39.
    In the Custom GUI I need to select 9 For all kinds of displays, not 8 For current display.
    ELisp:
    (custom-set-faces
    '(font-lock-function-name-face ((((type tty)) (:foreground "color-39")))))