aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
AgeCommit message (Collapse)Author
2020-08-28+a lot of changes that I can't be bothered to documentAryadev Chavali
Added a few modes, moved around a few things, etc
2020-08-28+no littering, moves org mode snippets to .localAryadev Chavali
2020-08-23+c/c++: arrow symbol to pretty symbolsAryadev Chavali
2020-08-23~use-package -> autoloadAryadev Chavali
2020-08-23~rest of the configAryadev Chavali
Moved into applications: mail, elfeed, xwidget, eshell Also added pretty symbols to org-mode, c/c++ and lisp
2020-08-23+small packages list, with all previous packagesAryadev Chavali
2020-08-23+window package into core packagesAryadev Chavali
This includes bindings for buffer switching.
2020-08-23+pretty symbols to core packagesAryadev Chavali
2020-08-23+company to core packagesAryadev Chavali
2020-08-23+magit to core packagesAryadev Chavali
2020-08-23+ibuffer to core packagesAryadev Chavali
2020-08-23+dired setup in coreAryadev Chavali
2020-08-23~moving some stuff around, +ido, ido-completing-read+ and smexAryadev Chavali
2020-08-23~evil-define -> generalAryadev Chavali
2020-08-23+preamble for completion and why its usefulAryadev Chavali
2020-08-23+core packages, put general and completion into thereAryadev Chavali
2020-08-23~clean up general with use-packageAryadev Chavali
2020-08-23~init variables -> use-package declarations for +speedAryadev Chavali
2020-08-23~moved all ob-tangle code to a with-eval-after-loadAryadev Chavali
Instead of using an autoload which may or may not work, rely on with-eval-after-load to handle the loading period.
2020-08-23+few more variables set for use-packageAryadev Chavali
2020-08-18+basic setup for pythonAryadev Chavali
2020-08-18+further org-msg configAryadev Chavali
Some preambles, greetings and css
2020-08-18+adivce to notmuch-refresh-buffer to sync mail as wellAryadev Chavali
2020-08-18~move around a few configuration options, +mail/local-dirAryadev Chavali
New local directory for mail in user-emacs-directory
2020-08-18+pdfgrepAryadev Chavali
Pdfgrep is the ultimate solution for searching pdfs easily. Using it in Emacs is a plus, and it creates a buffer that ends in grep so it follows my window management rules
2020-08-18+pdf-tools config with diatribe for pdfs and why it's good in EmacsAryadev Chavali
2020-08-18~rg display buffer settings to anything ending in grep*Aryadev Chavali
There is a reason for this: all grep based software should follow the same rules for consistency.
2020-08-18~set rg-buffer-name to *ripgrep*Aryadev Chavali
2020-08-18+ace window config specifically for ease of useAryadev Chavali
2020-08-18~(remap) describe-key -> helpful-keyAryadev Chavali
2020-08-18~leader w now uses evil-window mapAryadev Chavali
Easier than rebinding everything manually
2020-08-18+C-x d to delete framesAryadev Chavali
Dired is bound to SPC dd anyway
2020-08-18~header-args to emacs-lisp specificAryadev Chavali
2020-08-18+make frame resize pixelwiseAryadev Chavali
On dwm this leads to an issue in Emacs where the frame is slightly off the max size of the screen which is really annoying.
2020-08-18+y-or-n question to stop kill-emacs, -require ivy from daemonAryadev Chavali
Added a little cute y-or-n question to allow myself a dialogue from stopping Emacs before exiting. Remove ivy from the greedy load list.
2020-08-17~some editsAryadev Chavali
2020-08-17+along with the buffer hydra add single buffer bindsAryadev Chavali
2020-08-17+setup scratch buffer to show useful infoAryadev Chavali
2020-08-17~caps tags -> lowercase tagsAryadev Chavali
e.g. #+BEGIN_SRC -> #+begin_src This allows me to use C-c C-, for ease of use
2020-08-17+require general, ivy and companyAryadev Chavali
2020-08-16~moved around a few thingsAryadev Chavali
2020-08-15+org-todo-keywordsAryadev Chavali
TODO -> WAIT -> DONE PROJ -> WAIT -> COMPLETE
2020-08-15~flyspell bindings switch capsAryadev Chavali
2020-08-15~display-buffer-in-side-window -> display-buffer-at-bottomAryadev Chavali
This works out better as it stacks the windows on top of each other rather than squishing them in the bottom pane. Furthermore, which key looks nicer with this.
2020-08-15~eshell: cleanup description, +toggle-eshellAryadev Chavali
Using the toggle functionality I defined earlier, create a toggle eshell setup
2020-08-15~change binding in elfeedAryadev Chavali
2020-08-15-yatemplateAryadev Chavali
Just use auto insert
2020-08-15~hook to after init to load after evil for which keyAryadev Chavali
2020-08-15+hydra-goto-chgAryadev Chavali
Got from doom-emacs discord, allows for easy traversal through changes in a document
2020-08-15+mail descriptionAryadev Chavali