Disable this for now

This commit is contained in:
Benson Chu 2021-07-03 08:30:28 -05:00
parent 7f010af998
commit 9fb78454cf

View file

@ -549,19 +549,20 @@
#+begin_src emacs-lisp
(use-package org-noter
:config
(unless (eq 'hash-table (type-of face-new-frame-defaults))
(require 'face-copier)
(def-face-copier x-show-tip-faces (sym)
nil
tooltip)
;; (unless (eq 'hash-table (type-of face-new-frame-defaults))
;; (require 'face-copier)
;; (def-face-copier x-show-tip-faces (sym)
;; nil
;; tooltip)
(defun dont-copy-faces-for-x-show-tip (orig &rest args)
(override1-face x-show-tip-faces
(apply orig args)))
;; (defun dont-copy-faces-for-x-show-tip (orig &rest args)
;; (override1-face x-show-tip-faces
;; (apply orig args)))
(advice-add #'x-show-tip
:around
#'dont-copy-faces-for-x-show-tip)))
;; (advice-add #'x-show-tip
;; :around
;; #'dont-copy-faces-for-x-show-tip))
)
(use-package exwm
:config