mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable xterm-mouse-mode in tty Emacs
This commit is contained in:
@ -17,6 +17,9 @@
|
|||||||
(if (require 'xclip nil t) (xclip-mode))))
|
(if (require 'xclip nil t) (xclip-mode))))
|
||||||
(add-hook 'tty-setup-hook #'doom|init-clipboard-in-tty-emacs)
|
(add-hook 'tty-setup-hook #'doom|init-clipboard-in-tty-emacs)
|
||||||
|
|
||||||
|
;; Enable mouse in terminal Emacs
|
||||||
|
(add-hook 'tty-setup-hook #'xterm-mouse-mode)
|
||||||
|
|
||||||
;; stop copying each visual state move to the clipboard:
|
;; stop copying each visual state move to the clipboard:
|
||||||
;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on
|
;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on
|
||||||
;; grokked from: http://stackoverflow.com/questions/15873346/elisp-rename-macro
|
;; grokked from: http://stackoverflow.com/questions/15873346/elisp-rename-macro
|
||||||
|
Reference in New Issue
Block a user