X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/1556783e58f2c06d95012cff362b91ff26a600e9..1dc4ab4a4faa75f66279389b788a5939cf58ce43:/config-shared/emacs/INSTRUCTIONS.md diff --git a/config-shared/emacs/INSTRUCTIONS.md b/config-shared/emacs/INSTRUCTIONS.md index 1601289..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:42Z. +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 @@ -11,6 +11,7 @@ Emacs is a command line editor. This document contains instructions and files re ### 1.1. File list + ./config-shared/emacs/INSTRUCTIONS.md # These setup instructions ./config-shared/emacs/home/.emacs.d/init.el # enables MELPA repository ./config-shared/emacs/home/.config/systemd/user/emacs.service # required for automatic daemon startup ./config-shared/emacs/home/.bash_aliases.appendme # contains alias for use with emacs daemon @@ -114,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.