From 53e5d6d333fb283f8336101bd84c124b7ea16a31 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 30 Jul 2021 18:00:01 +0200 Subject: [PATCH] [Fish] Set `$XMODIFIERS' as an empty variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This helps with Emacs, otherwise some keybindings with the bépo layout won’t work. Weird... --- org/config/fish.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org/config/fish.org b/org/config/fish.org index 3ef6289..00c2a2b 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -170,6 +170,10 @@ highlighting. Let’s 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