From 2b40896ca5bc081816d238f36245d888a2369f8f Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 10 Jan 2020 16:23:02 -0800 Subject: [PATCH] use emacs as editor --- dotfiles/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index fb24026..e12a9c4 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -92,7 +92,7 @@ alias gitc='git commit' # -------------- EXPORTS --------------# -export EDITOR=nvim +export EDITOR=emacs export CC=$(which clang) export CXX=$(which clang++) export OPENSSL_ROOT_DIR=$(which openssl)