aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
AgeCommit message (Collapse)Author
2020-09-29(Emacs)~correct haskell-process-start -> haskell-process-restartAryadev Chavali
2020-09-29(Emacs)-remove documentation for modded lisp indent functionAryadev Chavali
Screws with backtangle, which I'd like to use more.
2020-09-29(Emacs)~did a profile-dotemacs run, deferred some stuffAryadev Chavali
2020-09-29(Emacs)~correct :comment -> :commentsAryadev Chavali
This is the correct header-argument to produce comments in the output file. Useful for back referencing.
2020-09-29(Emacs)~moved org message to the org subtreeAryadev Chavali
Having org message in the mail category actually causes an older version of org to be cloned and registered, which screws with org agenda and other features. Thus make sure that the org declaration comes first so the latest version of org-mode is cloned
2020-09-29(Emacs)+ledger and evil ledgerAryadev Chavali
This handles finances, woowee
2020-09-27(Emacs)+configuration for auto insertion systemsAryadev Chavali
2020-09-27(Emacs)~+snippets -> +autotypingAryadev Chavali
2020-09-27(Emacs)-function to delete sentence, vim motions work fineAryadev Chavali
The vim motion "d)" works fine
2020-09-27(Emacs)+proced configurationAryadev Chavali
2020-09-27(Emacs)~f{abbrev} -> s{abbrev}Aryadev Chavali
2020-09-27(Emacs)~move snippets to core packages, ~snippets -> auto typingAryadev Chavali
2020-09-27(Emacs)+config for skeletonsAryadev Chavali
Macro to generate an abbrev as well as a skeleton
2020-09-27(Emacs)+config for abbrevsAryadev Chavali
Adds a macro to make abbrevs easier to insert
2020-09-27(Emacs)-org-mode-hooks for yas-minor-mode and org-shifttabAryadev Chavali
2020-09-27(Emacs)+config for calculator and calctexAryadev Chavali
2020-09-27(Emacs)+use eshell-mode-hook to set mapAryadev Chavali
2020-09-27(Emacs)+notmuch-hello-sectionsAryadev Chavali
2020-09-27(Emacs)~ripgrep -> ripgrep + grepAryadev Chavali
+bindings for the in-built grep systems, for compatibility
2020-09-27(Emacs)~avy-goto-char-2 -> avy-goto-char-timerAryadev Chavali
Much better system than the previous one.
2020-09-27(Emacs)~yasnipet -> snippetsAryadev Chavali
Now creating a system to use skeleton and abbrev to replace yasnippet
2020-09-27(Emacs)~display-buffer-alist match *completions* and *Ido completions*Aryadev Chavali
2020-09-27(Emacs)+SPC b K to kill-bufferAryadev Chavali
2020-09-27(Emacs)~make completions-list an evil-normal-mode systemAryadev Chavali
2020-09-27(Emacs)~some evil settingsAryadev Chavali
2020-09-27(Emacs)~move around a few things, ~preamble -> (Package) preambleAryadev Chavali
2020-09-21(Emacs)~avy M-s avy-goto-char-2 -> avy-goto-char-timerAryadev Chavali
Description
2020-09-21(Emacs)~theme personal -> monokaiAryadev Chavali
2020-09-21(Emacs)~Move smartparens and hook to text packagesAryadev Chavali
2020-09-21(Emacs)~org core -> OC Config, OC Bindings and OC variablesAryadev Chavali
Big org block is better in smaller blocks
2020-09-21(Emacs)~Core -> <package> CoreAryadev Chavali
Easier to grep
2020-09-21(Emacs)~switch to double spaces for sentence breaksAryadev Chavali
This is actually how Emacs handles sentences, learn something new everyday.
2020-09-21(Emacs)~whitespace-style now doesn't record spacesAryadev Chavali
2020-09-16+lots of changes that I cba to logAryadev Chavali
2020-09-01~indented elfeed-feeds initAryadev Chavali
2020-09-01+eshell prompt function to make it look nicerAryadev Chavali
2020-09-01~xwidget configurationAryadev Chavali
Just new functionality, read it to know
2020-09-01+hook for org-msg mode mail-mode-hookAryadev Chavali
2020-09-01-notmuch after decl for org-msgAryadev Chavali
2020-09-01~custom declaration in smtpmailAryadev Chavali
2020-09-01~rearrange notmuch configAryadev Chavali
2020-09-01+avy leader sg -> M-s for avy-goto-char-2Aryadev Chavali
2020-09-01+yas load directory via no-literringAryadev Chavali
2020-09-01+proced and process-list window management recordsAryadev Chavali
2020-09-01+proced configurationAryadev Chavali
Some bindings mostly.
2020-09-01+some more symbols ~indentingAryadev Chavali
2020-09-01~:bind -> :general for bindingsAryadev Chavali
2020-09-01+evil collection for procedAryadev Chavali
2020-09-01+evil lionAryadev Chavali
2020-09-01~lambda () -> procAryadev Chavali