- Set README org parameter startup to showeverything
- Fix some whitespace issues with README
- Make init.el more readable with open / close () on newlines
- Add custom function and keybinding to live reload emacs config
- Add dashboard package
- Set tab size to 4
- Make package sources an org heading
- Remove old org package source
- Rename elpa package source to gnu-elpa
- Add nongnu-elpa package source
- Add package to auto-update packages
- Replace custom dracula pro theme with doom dracula theme
- Enable highlight-indent-guides for text-mode as well
- Add cc-mode for working with C/C++ files
- Add font names as configuration variables
- Add org mode quick access keybindings to leader key prefix
- Disable auto fill mode and evil auto indent when in org-mode
- Add more comments and whitespace fixes
- Comment out unused org mode configuration options
- Fix some filepaths
- Add config as org structure template
- Add org-auto-tangle package to replace old way of auto-tangling
- Change font size from 105 to 110 due to broken org mode header icons
- Enable auto-tangle on emacs config
- Add gitignore for local files that shouldn't be tracked
- Add ligature.el as a submodule to enable ligature support for Fira Code
- Add haskell org template & language mode
- Set font to FiraCode Nerd Font and fix height
- Change which key idle delay to 0.1 seconds since 0 was causing issues
- Add projectile package for working with projects
- Add ivy and counsel integration for projectile
- Add magit package