Skip to content

Instantly share code, notes, and snippets.

@nacyot
Created August 24, 2013 01:25
Show Gist options
  • Save nacyot/6325458 to your computer and use it in GitHub Desktop.
Save nacyot/6325458 to your computer and use it in GitHub Desktop.
(require 'mouse)
;; https://github.com/lincank/emacs-plugins/blob/master/common-settings/mwheel.el
;;(require 'mwheel)
(xterm-mouse-mode t)
;;(defun track-mouse (e))
(global-set-key [mouse-4] '(lambda () (interactive) (scroll-down 3)))
(global-set-key [mouse-5] '(lambda () (interactive) (scroll-up 3)))
@nacyot
Copy link
Author

nacyot commented Aug 24, 2013

Emacs(콘솔) 마우스 활성화.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment