Added ivy, projectile + org-roam.

This commit is contained in:
2021-09-17 14:13:25 -07:00
parent b15148f63a
commit 5becb71af6
6 changed files with 60 additions and 90 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if [[ -f ~/.bash_home ]]; then
fi
# later switch to emacs client when the emacs server is running
alias emacs='emacsclient -ct'
alias emacs='emacsclient -ct --eval "(load \"~/.emacs\")"'
alias ls='ls --color=auto'
alias diff='diff --color=auto'
alias grep='grep --color=auto'