aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex.corcoles@veecle.io>2024-10-03 13:26:00 +0200
committeralexpdp7 <alex@corcoles.net>2024-10-03 13:27:46 +0200
commit66702e38ce2a3a278cb4ab86b19229e162bc03b8 (patch)
tree88af8263b216ab3b1567122064c8394cc1aa4d5d
parent0099877abdc576eaa656b69dc4b70e408f7015d8 (diff)
Hack missing x-pos-tip
-rw-r--r--emacs/emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 2e0040b4..fade6601 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -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)