parent
36b3b4b933
commit
583f5379d2
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export XDG_DATA_HOME="$HOME/.local/share"
|
|||
export GREP_COLOR='3;33'
|
||||
|
||||
# VIM everything
|
||||
export EDITOR='nvim'
|
||||
export EDITOR="emacsclient -t"
|
||||
export VISUAL="emacsclient -c -a emacs"
|
||||
|
||||
# Fix gnupg
|
||||
export GPG_TTY=$(tty)
|
||||
|
|
Loading…
Reference in a new issue