commit 1f595c0978daa39795209bc3fbefaaa42b695dd5 from: Ashton Wiersdorf via: mtmn date: Wed Jul 9 19:30:03 2025 UTC Turn on xterm-mouse-mode commit - a506941b1aae88c3a84cf33bb16d1a30a4dfbcfd commit + 1f595c0978daa39795209bc3fbefaaa42b695dd5 blob - fc2e877e5818b57ec06134066076cba1189ce1d9 blob + 646da3dda4233799c8d50551fc6716e44d5d26c6 --- init.el +++ init.el @@ -173,6 +173,10 @@ If the new path's directories does not exist, create t ;; Use common keystrokes by default (cua-mode) +;; For terminal users, make the mouse more useful + +(xterm-mouse-mode 1) + ;; Display line numbers in programming mode (add-hook 'prog-mode-hook 'display-line-numbers-mode) (setopt display-line-numbers-width 3) ; Set a minimum width