projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tridactyl and shell: use emacs as default editor
[~bandali/configs]
/
.profile
diff --git
a/.profile
b/.profile
index
3ceec12
..
7d55dfa
100644
(file)
--- a/
.profile
+++ b/
.profile
@@
-1,6
+1,7
@@
export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
-export VISUAL="emacsclient -c"
+export EDITOR="emacsclient -nw"
+export VISUAL="emcl"
export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH"