diff options
| author | Alex <alex.corcoles@veecle.io> | 2024-10-15 17:45:25 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-10-15 17:47:18 +0200 |
| commit | 616ece842f411de30dfd3810f4232a058316af0e (patch) | |
| tree | 15fc1ab39ec758751f46f2d47d6417396be3f571 /emacs/emacs.el | |
| parent | 3a47f3b16de3b4604503bfd6c6e3a0403b80aedf (diff) | |
Also fake x-hide-tip
Diffstat (limited to 'emacs/emacs.el')
| -rw-r--r-- | emacs/emacs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index f6261f37..f96471c2 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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) |
