Skip to content

Instantly share code, notes, and snippets.

@nacyot
Created August 24, 2013 01:25
Show Gist options
  • Select an option

  • Save nacyot/6325458 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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