Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.8 KB

File metadata and controls

62 lines (49 loc) · 1.8 KB

emacs

Emacs + Org-mode Config along with optimizations

Emacs + Org-mode Config along with optimizations for Arch running i3 as the window manager and a minimal browser like qute or Firefox with vimium.

Use as is at your own peril as this is a completely mouseless setup and WILL DEFINITELY not work on your local machine, unless you make some tweaks.

This is by no means a complete config. I plan on adding stuff to it as I go.

Read for yourself and pick and choose stuff you want to use in your own config.

I plan on including my chemacs emacs-bootlaoder setup soon as well.

This repo automatically updates itself everytime I make a change in my config.

My current setup is:

  • Arch with i3-gaps on dual monitors. Another headless machine running a bare-metal setup of Arch, that I can ssh into and offload some resource intensive tasks when needed.
  • Emacs with evil-mode along with some custom key-maps
  • Orgmode for my Zettelkasten
  • Joplin for Journaling and non-technical note-taking
  • Org-babel for running all of this config

Dependencies:

  1. Emacs (obviously). Version 27.1 Compiled from source
  2. fzf
  3. ripgrep

Config

  1. Inhibit the hideous start up message
  2. Disable scroll bar
  3. Disable too bar
  4. Disable tooltips
  5. Gives breating room by extending boundaries
  6. Disable menu bar
  7. Set up visual bell
  8. Config fonts [Fira Code Retin, Cantarell, Source Code Pro, Cascadia Code Pro]
  9. Load a doom theme
  10. Remap Escape to Quit
  11. Install use-package
  12. Setup melpa
  13. Add org mode hooks
  14. Set up Ivy
  15. Install icons
  16. Setup doomline-mode
  17. Setup rainbow delimiters
  18. Setup which-key
  19. Setup ivy-rich
  20. Install counsel
  21. Setup helpful
  22. Setup General
  23. Add evil-hooks
  24. Setup evil mode
  25. Setup Hydra
  26. Setup Projectile
  27. Setup magit
  28. Org-mode Config

There's more to come.