]> xn--ix-yja.es Git - alex.git/commitdiff
Also fake x-hide-tip
authorAlex <alex.corcoles@veecle.io>
Tue, 15 Oct 2024 15:45:25 +0000 (17:45 +0200)
committeralexpdp7 <alex@corcoles.net>
Tue, 15 Oct 2024 15:47:18 +0000 (17:47 +0200)
emacs/emacs.el

index f6261f370b128e99175cce3fc79bc5a3d9afea0a..f96471c2022dde9bd665953454b17cdbaddbb13d 100644 (file)
@@ -32,8 +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 :(
+;; 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)