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 #+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