diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-02-13 08:17:31 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-02-13 08:17:31 +0100 |
| commit | 8d2b6f6fee92b078b77387ce41e5793a2b116797 (patch) | |
| tree | 0d3b076f652c04c5234960678b173316b1669682 /emacs/init.org | |
| parent | 4cd1b49f0648827698afc56af4a0c80eb9c81e7b (diff) | |
| download | dotfiles-8d2b6f6fee92b078b77387ce41e5793a2b116797.tar.gz dotfiles-8d2b6f6fee92b078b77387ce41e5793a2b116797.zip | |
emacs: really diminish disable-mouse mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
