Browse Source

use emacs as editor

master
Taylor Bockman 4 years ago
parent
commit
58e87ea1ad
  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