Created
October 13, 2017 09:44
-
-
Save tek-nishi/d9890886a471530c3f8829d80107e597 to your computer and use it in GitHub Desktop.
Disable mouse in spacemacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; disable-mouse を有効にした上で、以下のコードを実行する | |
(define-key evil-motion-state-map (kbd "<down-mouse-1>") nil) | |
(remove-hook 'helm-cleanup-hook #'spacemacs//unprevent-minibuffer-escape) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment