Browse Source

use emacs as editor

Taylor Bockman 5 years ago
parent
commit
2b40896ca5
  1. 2
      dotfiles/bash/bashrc

2
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)

Loading…
Cancel
Save