[Fish] Set `$XMODIFIERS' as an empty variable

This helps with Emacs, otherwise some keybindings with the bépo layout
won’t work. Weird...
This commit is contained in:
Lucien Cartier-Tilet 2021-07-30 18:00:01 +02:00
parent 0e3fc4ae68
commit 53e5d6d333
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,10 @@ highlighting. Lets set the manpager to bat then:
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
#+END_SRC
#+begin_src fish
set -x XMODIFIERS
#+end_src
** Development
:PROPERTIES:
:CUSTOM_ID: Global_variables-Development-76b3ff13