aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 000d154..8d6b6e8 100644
--- a/bashrc
+++ b/bashrc
@@ -29,7 +29,8 @@ source_maybe() {
##
# Editors & terminals.
-# Set vim as the default editor.
+# Set GNU Emacs as the default editor. You can find this `emacsclient-a-nw`
+# executable in the `bin` directory of my dotfiles.
export EDITOR=emacsclient-a-nw
export VISUAL=emacsclient-a-nw
alias vi=vim