More emacs performance

This commit is contained in:
Marco Thomas
2021-07-24 18:00:48 +02:00
parent 7893a05e41
commit c25a5abcce
2 changed files with 41 additions and 49 deletions

View File

@@ -3,6 +3,11 @@
# path
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin
# ssh
if [ -f ~/.ssh/agent.env ] ; then
. ~/.ssh/agent.env > /dev/null
fi
# editor
export EDITOR="vim"
export VISIAL=${EDITOR}
@@ -17,9 +22,6 @@ export SDL_IM_MODULE='fcitx'
export XMODIFIERS='@im=fcitx'
export WINIT_UNIX_BACKEND=x11
# university wants me to use intellij, but dwm rightfully hates it
export _JAVA_AWT_WM_NONREPARENTING=1
# gtk and qt theme - requires https://github.com/hargonix/Pop-gruvbox/ in ~/.themes
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export GTK_THEME=Pop-gruvbox:light