My Emacs config, and other editor settings
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
macoymadson@gmail.com 570af115c8 Scroll compilation, re-builder colors 4 years ago
..
ReadMe.org Renamed emacsConfig, updated readme, fixed horizontal splitting 4 years ago
build-systems.el Scroll compilation, re-builder colors 4 years ago
clipboard.el Added conditional configuration 4 years ago
code-formatting.el Added conditional configuration 4 years ago
core-settings.el Added conditional configuration 4 years ago
desktop-management.el Complete reorganization of .emacs 4 years ago
dotEmacs.el Added conditional configuration 4 years ago
drill-customizations.el Added org-drill and jam-mode 4 years ago
emacsPackages.txt Added key value generic mode, web mode, codesearch changes 4 years ago
jam-mode.el Added org-drill and jam-mode 4 years ago
keybinds.el Added conditional configuration 4 years ago
minimalDotEmacsDrilling.el Added minimal Emacs setup for my org-drill editor 4 years ago
navigation.el Added conditional configuration 4 years ago
org-customizations.el Make build system only build once if no system was selected 4 years ago
org-drill.el Added org-drill and jam-mode 4 years ago
org-learn.el Added org-drill and jam-mode 4 years ago
search.el Added conditional configuration 4 years ago
source-control.el Make build system only build once if no system was selected 4 years ago
syntaxes.el Added org-drill and jam-mode 4 years ago
tags-and-autocompletion.el Complete reorganization of .emacs 4 years ago
visual-early.el Shortcuts for things, editable codesearch results, misc stuff 4 years ago
visual-late.el Scroll compilation, re-builder colors 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.

  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