mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +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
|
||||
(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
|
||||
|
|
|
|||
Loading…
Reference in a new issue