Commit Graph

24 Commits

Author SHA1 Message Date
Sravan Balaji
d5995a16e4 Change FiraCode to Monaspice Neon 2023-11-23 12:58:23 -05:00
Sravan Balaji
1111f20551 Capitalize Org Comments & Add Table of Contents 2021-09-21 14:17:40 -04:00
Sravan Balaji
7576c9079b Remove Org Mode Code Blocks Leading Whitespace
- Remove leading whitespace in README.org code blocks
- Set org mode code block leading indentation to 0
2021-09-11 09:57:18 -04:00
Sravan Balaji
251ff3aeb8 Speed Up Org Documents
- Enable inhibit compacting font caches for org bullets to speed
  up org documents
2021-08-28 09:56:14 -04:00
Sravan Balaji
1307b78a5c Dashboard, Live Config Reload, Tab Size, & Whitespace Cleanup
- 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
2021-06-21 17:29:47 -04:00
Sravan Balaji
b99cb3ceca Fix Ligature Issue & Add Makefile to Org babel Languages
- Replace ligature package submodule with fira code mode
- Add makefile to org babel languages
2021-06-07 08:35:25 -04:00
Sravan Balaji
e24d5057db Package Source Changes, Auto-Updates, & C/C++ Mode
- 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
2021-06-06 10:45:02 -04:00
Sravan Balaji
afc8905282 Highlight Indentation Guides
- Add highlight-indent-guides package
- Configure method to fill w/ responsive coloring
2021-05-26 09:51:32 -04:00
Sravan Balaji
c3374c310c Track Submodule Branch
- Add branch to gitmodule
2021-05-12 20:24:19 -04:00
Sravan Balaji
40b296f765 Bunch of Fixes & Org-Mode Simplification
- 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
2021-05-11 22:14:35 -04:00
Sravan Balaji
2816aff602 Org README Cleanup
- Replace top level property comment with individual tangle comments
- No tangle the org mode centering
- Make all org comments lower-case
2021-05-10 23:24:03 -04:00
Sravan Balaji
5505fbd6a6 Extra Modes & Commented Out Code Cleanup
- Add modes for fish shell, git files, & vimrc
- Remove commented out typescript language support
- Replace commented out code blocks with no tangle
2021-05-09 18:47:51 -04:00
Sravan Balaji
cc53769619 Minor Changes
- Re-format emacs commands as code
- Simplify projectile project search path
2021-05-08 18:34:46 -04:00
Sravan Balaji
7551dc3232 Better Auto-Tangle & Font Size Change
- 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
2021-05-08 13:58:16 -04:00
Sravan Balaji
45132b934b Ligature & Haskell Language Support
- 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
2021-05-04 20:28:39 -04:00
Sravan Balaji
2884cf5c13 Emacs From Scratch #8 - Build Your Own IDE with lsp-mode
- Add language server protocol mode
- Remove leader key "toggles" since comment was replaced with evil-nerd-commenter
2021-04-28 22:16:04 -04:00
Sravan Balaji
d83759bb5d Emacs From Scratch #7 - Configure Everything with Org Babel
- Re-organize emacs config as org document with org babel
- Add evil-easymotion package
2021-04-28 21:04:04 -04:00
Sravan Balaji
da6527073a Emacs from Scratch #5 - Org Mode Basics
- Add README org mode file with configuration in src blocks
- Add org mode packages and configuration
- Fix some typos
- Whitespace changes
2021-04-28 11:50:53 -04:00
Sravan Balaji
fea4563252 Dracula Pro Theme
- Use dracula emacs theme and change colors to dracula PRO
- Set theme in init.el to dracula PRO
2021-04-28 10:24:24 -04:00
Sravan Balaji
05239c60e1 Emacs from Scratch #4 - Projectile and Magit
- 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
2021-04-28 09:18:26 -04:00
Sravan Balaji
e630f11381 Emacs from Scratch #3 - Key Bindings and Evil
- Added evil mode keybindings
- Fixed some syntax and theme loading issues
2021-04-27 15:03:41 -04:00
Sravan Balaji
4d123ab0ee Emacs from Scratch #2 - Adding Helpful UI Improvements
- Added some UI tools like helpful, ivy, counsel
- Add doom themes and enabled dracula theme
2021-04-27 12:39:31 -04:00
Sravan Balaji
4be564490f Emacs From Scratch #1 - Getting Started with a Basic Usable Configuration
- Added basic config with ivy, doom modeline, etc.
2021-04-26 09:09:20 -04:00
b13567aa2c Initial commit 2021-04-26 09:08:04 -04:00