From 66702e38ce2a3a278cb4ab86b19229e162bc03b8 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 3 Oct 2024 13:26:00 +0200 Subject: [PATCH] Hack missing x-pos-tip --- emacs/emacs.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.47.3