From 15d4be463ffa27f2c85105a6a4b098f94aa4e8ac Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 24 Jan 2019 18:21:56 +0100 Subject: Fixed comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bashrc') 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 -- cgit v1.2.3