]> xn--ix-yja.es Git - alex.git/commitdiff
Hack missing x-pos-tip
authorAlex <alex.corcoles@veecle.io>
Thu, 3 Oct 2024 11:26:00 +0000 (13:26 +0200)
committeralexpdp7 <alex@corcoles.net>
Thu, 3 Oct 2024 11:27:46 +0000 (13:27 +0200)
emacs/emacs.el

index 2e0040b4a4f5005b255c90ee359dff8c6f0c68c5..fade6601f65787c0e2b46dd5eafdaab0ac5b2622 100644 (file)
@@ -32,6 +32,9 @@
         (global-set-key
          (kbd (concat "<" loc "> <mouse-movement>")) #'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)