diff options
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +# use emacs when inside emacs +if [ -n "INSIDE_EMACS" ]; then + export EDITOR="emacsclient" +else + export EDITOR="nvim" +fi |
![]() |
index : dotfiles | |
| configuration files I use | Henry J Webster |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .bashrc | 6 |
@@ -0,0 +1,6 @@ +# use emacs when inside emacs +if [ -n "INSIDE_EMACS" ]; then + export EDITOR="emacsclient" +else + export EDITOR="nvim" +fi |