Browse Source

Added Emacs Readme with some instructions on how to setup

master
Macoy Madson 4 years ago
parent
commit
5a6aa6a359
  1. 19
      Emacs/ReadMe.org
  2. 4
      Emacs/emacsConfig.txt

19
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

4
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:

Loading…
Cancel
Save