Skip to content

Instantly share code, notes, and snippets.

@tek-nishi
Created October 13, 2017 09:46
Show Gist options
  • Save tek-nishi/5b6be124381a41546b27cc70ab624235 to your computer and use it in GitHub Desktop.
Save tek-nishi/5b6be124381a41546b27cc70ab624235 to your computer and use it in GitHub Desktop.

Revisions

  1. tek-nishi created this gist Oct 13, 2017.
    4 changes: 4 additions & 0 deletions spacemacs-disable-mouse.el
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    ;; disable-mouse を有効にした上で、以下のコードを実行する
    (define-key evil-motion-state-map (kbd "<down-mouse-1>") nil)
    (remove-hook 'helm-cleanup-hook #'spacemacs//unprevent-minibuffer-escape)