From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Fri, 17 Apr 2020 02:59:15 +0000 (+0000)
Subject: Minor update to emacs config instructions.
X-Git-Tag: 0.1.0~24
X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/874733832b6f94359f14a399af88cbe675c7be06?ds=inline;hp=3a6c003701c1a5eb9dbf960a8fe70ce3b8e0dbf4

Minor update to emacs config instructions.
---

diff --git a/config-shared/emacs/INSTRUCTIONS.md b/config-shared/emacs/INSTRUCTIONS.md
index 98a1bdb..134dd31 100644
--- a/config-shared/emacs/INSTRUCTIONS.md
+++ b/config-shared/emacs/INSTRUCTIONS.md
@@ -3,7 +3,7 @@
 
 # Setup Instructions for `emacs`
 
-Created by [Steven Baltakatei Sandoval][bktei_2020_homepage] on 2020-04-16T23:13Z under a [CC BY-SA 4.0][cc_20131125_bysa] license and last updated on 2020-04-17T02:54Z.
+Created by [Steven Baltakatei Sandoval][bktei_2020_homepage] on 2020-04-16T23:13Z under a [CC BY-SA 4.0][cc_20131125_bysa] license and last updated on 2020-04-17T02:58Z.
 
 ## 1. Summary
 
@@ -115,6 +115,8 @@ The relevant portion of the `./config-shared/emacs/home/.bash_aliases.appendme`
 
     alias emacs='emacsclient -create-frame --alternate-editor=""'
 
+In order to see the alias changes, either logout and restart your shell or run `$ source ~/.bash_aliases`.
+
 ## 3. Conclusion.
 
 Emacs should now be configured to run automatically in the background as a daemon upon login.