Browse Source

Fix readme formatting

master
Macoy Madson 4 years ago
parent
commit
520000f51a
  1. 8
      Emacs/ReadMe.org

8
Emacs/ReadMe.org

@ -1,11 +1,11 @@
* 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).
~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~
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:
@ -14,6 +14,6 @@ Copy the contents of ~emacsConfig.txt~ to ~~/.emacs~
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
...then set ~codesearch-csearch-exe~ and ~codesearch-cindex-exe~ to their respective executable locations
Search for codesearch in this file to adjust indexing settings

Loading…
Cancel
Save