Skip to content

Commit 53bce52

Browse files
committed
feat: fix wslg copy
1 parent 759c4fb commit 53bce52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

init.org

+6
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,12 @@ Set shell to bash as fish is not compatible with all packages using the shell.
373373
(setq shell-file-name "bash")
374374
#+end_src
375375

376+
** Region
377+
Fix WSL/WSLg copy issue.
378+
#+begin_src emacs-lisp :tangle yes
379+
(setq select-active-regions nil)
380+
#+end_src
381+
376382
** UX
377383
Disable bell (both visual and audible).
378384
#+begin_src emacs-lisp :tangle yes

0 commit comments

Comments
 (0)