From 5830fd6dbe691e7e218108958c67eb9c4cdb489f Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 26 Aug 2026 08:12:13 -0700 Subject: [PATCH] Temp --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 25ad961..7526ad1 100644 --- a/init.el +++ b/init.el @@ -657,6 +657,12 @@ directory. Otherwise, run `find-file' on that file." (require 'mozc-posframe) (setq mozc-candidate-style 'posframe)) +;; (defun my/-fix-mozc-face (face) +;; "Remove the (type graphics x w32) requirement for the mozc face FACE." +;; (let ((spec (custom-face-get-current-spec-unfiltered face))) +;; (cl-loop for ent in spec +;; for ))) + ;; mozc status bar stuff (defun my/-update-waybar-fcitx-state () "Update the waybar fcitx5 state."