mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Load face copier
This commit is contained in:
parent
87c3f67ac3
commit
1a82a5c381
1 changed files with 1 additions and 0 deletions
|
|
@ -532,6 +532,7 @@
|
||||||
(use-package org-noter
|
(use-package org-noter
|
||||||
:config
|
:config
|
||||||
(unless (eq 'hash-table (type-of face-new-frame-defaults))
|
(unless (eq 'hash-table (type-of face-new-frame-defaults))
|
||||||
|
(require 'face-copier)
|
||||||
(def-face-copier x-show-tip-faces (sym)
|
(def-face-copier x-show-tip-faces (sym)
|
||||||
nil
|
nil
|
||||||
tooltip)
|
tooltip)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue