From 5a6aa6a359b37ef80116e744406580f232f0196d Mon Sep 17 00:00:00 2001 From: Macoy Madson Date: Thu, 29 Nov 2018 21:24:09 -0800 Subject: [PATCH] Added Emacs Readme with some instructions on how to setup --- Emacs/ReadMe.org | 19 +++++++++++++++++++ Emacs/emacsConfig.txt | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 Emacs/ReadMe.org diff --git a/Emacs/ReadMe.org b/Emacs/ReadMe.org new file mode 100644 index 0000000..290cccd --- /dev/null +++ b/Emacs/ReadMe.org @@ -0,0 +1,19 @@ +* Macoy's Emacs Configs +~emacsConfig.txt~ is meant to become ~/.emacs once installed. Open it for the latest instructions (below may be out of date; it's included here to give you an idea what you'll have to do). + +Note that I recommend you cherry pick features you want instead of trying to use the entire config. This is better because you'll know all the features available to you. + +** Setup +Copy all .el files to ~~/.emacs.d/macoy/~ (make directory if necessary) +Copy the contents of ~emacsConfig.txt~ to ~~/.emacs~ +1. Install all packages in ~emacsPackages.txt~ +2. Add macoyCopy, macoyCut, and macoyPaste to mc/cmds-to-run-once and restart Emacs +3. For magit on windows, fix credentials for server folder: + https://stackoverflow.com/questions/885793/emacs-error-when-calling-server-start +4. Setup magit credentials: + https://stackoverflow.com/questions/22580873/how-can-i-configure-magit-to-use-my-github-user-name +5. If you want to use codesearch (fancy ultra fast indexed code searching), install it: + https://github.com/google/codesearch + ...then set codesearch-csearch-exe and codesearch-cindex-exe to their respective executable locations + Search for codesearch in this file to adjust indexing settings + diff --git a/Emacs/emacsConfig.txt b/Emacs/emacsConfig.txt index d72b2b7..67c1d62 100644 --- a/Emacs/emacsConfig.txt +++ b/Emacs/emacsConfig.txt @@ -31,9 +31,9 @@ ;; - More minimal appearance ;; - Built-in help (Sublime's documentation can be spotty; Emacs docs can be too complicated) -;; Setup (more for my own help than anyone else's +;; Setup (more for my own help than anyone else's) ;; Copy all .el files to ~/.emacs.d/macoy/ (make directory if necessary) -;; Copy +;; Copy the contents of emacsConfig.txt to .emacs ;; 1. Install all packages in emacsPackages.txt ;; 2. Add macoyCopy, macoyCut, and macoyPaste to mc/cmds-to-run-once and restart Emacs ;; 3. For magit on windows, fix credentials for server folder: