From 46488f5b659bc150d8d9fd3568957a54030b52ef Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 25 Jul 2020 18:43:47 +0200 Subject: Changed Emacs to daemon mode, setting editors accordingly --- .profile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 167ac28..e43a3d8 100644 --- a/.profile +++ b/.profile @@ -16,9 +16,6 @@ # serial line. # TERM=xterm; export TERM -EDITOR=nvim; export EDITOR -PAGER=less; export PAGER - # set ENV to a file invoked each time sh is started for interactive use. ENV=$HOME/.shrc; export ENV @@ -27,8 +24,10 @@ export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm10/bin:/usr/lo # Apps # export ZSH="/home/jozan/.oh-my-zsh" -export EDITOR="nvim" -export TERMINAL="st" +export EDITOR="emacsclient -c" +export VISUAL="emacsclient -c -a emacs" +export PAGER="less" +export TERMINAL="alacritty" export BROWSER="firefox" export READER="zathura" export FILE="vifm" -- cgit v1.2.3