From 283b81fe5c2f0f6e7ab473285b859ab1d6fbe183 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 17 Sep 2021 07:59:09 +0000 Subject: [PATCH] Update emacs config if installed --- all-shells/.commonshell | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/all-shells/.commonshell b/all-shells/.commonshell index 7d53c37..51e30cc 100644 --- a/all-shells/.commonshell +++ b/all-shells/.commonshell @@ -39,3 +39,4 @@ # Update dotfiles (git -C ~/.dotfiles pull &) &>/dev/null +[ -d ~/.emacs.d ] && (git -C ~/.emacs.d pull &) &>/dev/null -- Gitblit v1.9.3