From: Alex Date: Tue, 15 Oct 2024 15:45:25 +0000 (+0200) Subject: Also fake x-hide-tip X-Git-Tag: 20241020-emacs~12 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=616ece842f411de30dfd3810f4232a058316af0e;p=alex.git Also fake x-hide-tip --- diff --git a/emacs/emacs.el b/emacs/emacs.el index f6261f3..f96471c 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -32,8 +32,9 @@ (global-set-key (kbd (concat "<" loc "> ")) #'ignore))) -;; I use Emacs in the terminal, where x-pos-tip is not defined. This masks errors :( +;; I use Emacs in the terminal, where x-pos|hide-tip is not defined. This masks errors :( (defun x-pos-tip () nil) +(defun x-hide-tip () nil) (require 'use-package-ensure) (setq use-package-always-ensure t)