Browse Source

Use emacsclient as EDITOR

nixos
Maxime Wack 4 years ago
parent
commit
547bba72ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .profile

+ 1
- 1
.profile View File

@@ -2,7 +2,7 @@
emulate sh -c 'source /etc/profile'

export MOZ_USE_OMTC=1
export EDITOR="nvim"
export EDITOR="emacsclient -nc"
export JAVA_HOME="/usr/lib/jvm/default"
export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64/server
export TERMCMD="kitty"


Loading…
Cancel
Save