From: Alex Date: Thu, 3 Oct 2024 11:26:00 +0000 (+0200) Subject: Hack missing x-pos-tip X-Git-Tag: 20241020-emacs~48 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=66702e38ce2a3a278cb4ab86b19229e162bc03b8;p=alex.git Hack missing x-pos-tip --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 2e0040b..fade660 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -32,6 +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 :( +(defun x-pos-tip () nil) + (require 'use-package-ensure) (setq use-package-always-ensure t)