From 02449f43fe89f343ef2b216af5122de0e14f6cfa Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 30 Apr 2025 10:03:21 +1200 Subject: [PATCH] emacs: style dictionary-word-definition-face --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4ab4657..be5c2e6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -308,6 +308,7 @@ value `italic'." ;; faces (require 'cus-edit) ; custom faces +(require 'dictionary) (let ((fixedpt "Roboto Mono") ( varpt "Roboto") @@ -337,6 +338,7 @@ value `italic'." :box (:line-width (1 . 1) :color ,darkest)) (breadcrumb-imenu-leaf-face :foreground ,accent) (dashboard-heading :foreground ,accent :height 1.2 :weight bold) + (dictionary-word-definition-face :family ,varpt) (corfu-default :background ,darker) (corfu-current :background ,darkest :box ,accent) (corfu-border :background ,accent)