Skip to content

Commit

Permalink
feat: fix wslg copy
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Jul 28, 2024
1 parent 759c4fb commit 53bce52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,12 @@ Set shell to bash as fish is not compatible with all packages using the shell.
(setq shell-file-name "bash")
#+end_src

** Region
Fix WSL/WSLg copy issue.
#+begin_src emacs-lisp :tangle yes
(setq select-active-regions nil)
#+end_src

** UX
Disable bell (both visual and audible).
#+begin_src emacs-lisp :tangle yes
Expand Down

0 comments on commit 53bce52

Please sign in to comment.