diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-26 09:30:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-26 09:30:42 +0200 |
commit | d84e8a184d14f1ff8fbb1cb26afcf79483d3b5ea (patch) | |
tree | b02975c7ae36aa582a67a417925b419d78f77381 /emacs/user-profile | |
parent | Add paths to profile (diff) | |
download | dotfiles-d84e8a184d14f1ff8fbb1cb26afcf79483d3b5ea.tar.gz dotfiles-d84e8a184d14f1ff8fbb1cb26afcf79483d3b5ea.tar.bz2 dotfiles-d84e8a184d14f1ff8fbb1cb26afcf79483d3b5ea.tar.xz |
Add dead key fix for emacs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | emacs/user-profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/user-profile b/emacs/user-profile new file mode 100644 index 0000000..714028b --- /dev/null +++ b/emacs/user-profile @@ -0,0 +1,4 @@ +# -*- shell-script -*- + +# Enable dead keys in Emacs GUI +export XMODIFIERS=@im=none |