![]() |
4 years ago | |
---|---|---|
.. | ||
ReadMe.org | 4 years ago | |
build-systems.el | 4 years ago | |
clipboard.el | 4 years ago | |
code-formatting.el | 4 years ago | |
core-settings.el | 4 years ago | |
desktop-management.el | 4 years ago | |
dotEmacs.el | 4 years ago | |
drill-customizations.el | 4 years ago | |
emacsPackages.txt | 4 years ago | |
jam-mode.el | 4 years ago | |
keybinds.el | 4 years ago | |
minimalDotEmacsDrilling.el | 4 years ago | |
navigation.el | 4 years ago | |
org-customizations.el | 4 years ago | |
org-drill.el | 4 years ago | |
org-learn.el | 4 years ago | |
search.el | 4 years ago | |
source-control.el | 4 years ago | |
syntaxes.el | 4 years ago | |
tags-and-autocompletion.el | 4 years ago | |
visual-early.el | 4 years ago | |
visual-late.el | 4 years ago |
ReadMe.org
Macoy's Emacs Configs
dotEmacs.el
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 the contents of dotEmacs.el
to \~/.emacs
Set the user-init-dir
in your .emacs to the directory of this ReadMe.org. This will load my config files straight from this repository.
-
Install all packages in
emacsPackages.txt
-
Add
macoyCopy
,macoyCut
, andmacoyPaste
tomc/cmds-to-run-once
and restart Emacs -
For magit on windows, fix credentials for server folder: https://stackoverflow.com/questions/885793/emacs-error-when-calling-server-start
-
Setup magit credentials: https://stackoverflow.com/questions/22580873/how-can-i-configure-magit-to-use-my-github-user-name
-
If you want to use codesearch (fancy ultra fast indexed code searching), install it: https://github.com/google/codesearch …then set
codesearch-csearch-exe
andcodesearch-cindex-exe
to their respective executable locations Search for codesearch in this file to adjust indexing settings