mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Disable this for now
This commit is contained in:
parent
7f010af998
commit
9fb78454cf
1 changed files with 15 additions and 14 deletions
|
|
@ -549,19 +549,20 @@
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(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)
|
;; (require 'face-copier)
|
||||||
(def-face-copier x-show-tip-faces (sym)
|
;; (def-face-copier x-show-tip-faces (sym)
|
||||||
nil
|
;; nil
|
||||||
tooltip)
|
;; tooltip)
|
||||||
|
|
||||||
(defun dont-copy-faces-for-x-show-tip (orig &rest args)
|
;; (defun dont-copy-faces-for-x-show-tip (orig &rest args)
|
||||||
(override1-face x-show-tip-faces
|
;; (override1-face x-show-tip-faces
|
||||||
(apply orig args)))
|
;; (apply orig args)))
|
||||||
|
|
||||||
(advice-add #'x-show-tip
|
;; (advice-add #'x-show-tip
|
||||||
:around
|
;; :around
|
||||||
#'dont-copy-faces-for-x-show-tip)))
|
;; #'dont-copy-faces-for-x-show-tip))
|
||||||
|
)
|
||||||
|
|
||||||
(use-package exwm
|
(use-package exwm
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue