aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-01-24 18:21:56 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2019-01-24 18:21:56 +0100
commit15d4be463ffa27f2c85105a6a4b098f94aa4e8ac (patch)
tree13411f7186c2df1fc07660657ef671e0dedaa7ec
parentf945549fd92db6552610646f3391ad7577d593f0 (diff)
downloaddotfiles-15d4be463ffa27f2c85105a6a4b098f94aa4e8ac.tar.gz
dotfiles-15d4be463ffa27f2c85105a6a4b098f94aa4e8ac.zip
Fixed comment
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-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