From 8d2b6f6fee92b078b77387ce41e5793a2b116797 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 13 Feb 2017 08:17:31 +0100 Subject: emacs: really diminish disable-mouse mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index a88e3fb..0f6d4b0 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -633,9 +633,9 @@ I never use the mouse. #+BEGIN_SRC elisp (use-package disable-mouse :ensure t - :diminish :config - (global-disable-mouse-mode)) + (global-disable-mouse-mode) + (setq global-disable-mouse-mode-lighter "")) #+END_SRC Sometimes you begin typing a prefix, but then you forget the following -- cgit v1.2.3