Skip to content

Instantly share code, notes, and snippets.

@tek-nishi
Created October 13, 2017 09:44
Show Gist options
  • Save tek-nishi/d9890886a471530c3f8829d80107e597 to your computer and use it in GitHub Desktop.
Save tek-nishi/d9890886a471530c3f8829d80107e597 to your computer and use it in GitHub Desktop.
Disable mouse in spacemacs
;; 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