aboutsummaryrefslogtreecommitdiff
path: root/doom.d
AgeCommit message (Collapse)Author
2019-11-01+search config to add libgen to setoreodave
2019-11-01+tag narrow in buffer map for org modeoreodave
2019-11-01+commentoreodave
2019-11-01-c-style languages config because it's redundantoreodave
2019-11-01+dap configuration to start ui and a mappingoreodave
2019-11-01+map for dired to make using it reasonableoreodave
2019-11-01-packages nov and mmm-mode because they're uselessoreodave
2019-11-01~variablesoreodave
2019-11-01+editor configoreodave
Easier to use this than to use emacs' settings
2019-11-01-download items sectionoreodave
Barely use it, useless for anything except *get* requests.
2019-11-01~books binding in general keymaporeodave
2019-11-01+splash image for emacsoreodave
Killer Queen image from Part 4 of JoJo. Just thought it would look nice
2019-11-01~font to Hackoreodave
Using a little snippet of code to change some symbols back to normal
2019-10-25~"c-mode c++-mode" -> cc-mode for c hookoreodave
Finally found why my C config wasn't working correctly: wasn't targeting the right package in after
2019-10-25~emacs-lisp -> elisp in src blocksoreodave
elisp is easier to read, write and say than emacs-lisp. Verbosity isn't necessarily the best policy
2019-10-25~custom functionality -> meta/custom other stufforeodave
Renamed header because it was more that than this. +feature to universally format code using format-all
2019-10-25+indent-guidesoreodave
Very useful when coding, simple but necessary feature
2019-10-25~langs availableoreodave
+javascript with lsp -ocaml
2019-10-24-c-set-style reference; it's already set in initoreodave
2019-10-24+c-default-stylesoreodave
2019-10-24+fira code pretty expansionoreodave
2019-10-24+bindings to narrow and expand from a headingoreodave
2019-10-24~c-default-style to javaoreodave
using default function call instead of setting the variable automagically
2019-10-24+omnisharp-unit-test-emit results function backoreodave
Reimpl to allow results to always be printed
2019-10-24+c-style language item to set style automaticallyoreodave
This needs to be set in variables preferably
2019-10-24+font settingoreodave
Fira code, size 18
2019-10-24-notes and keybinds sectionoreodave
serves no purpose may as well keep in my personal repository
2019-10-16~org dispatch keybind "ee" -> "e"oreodave
I use org dispatch so often, it should have its own single binding for quick use
2019-10-16~prefix for frames m -> F (F for frames)oreodave
f is already bound to "find" for items, thus capital F. I don't use the frame commands often enough to bind them to something as important as <SPC>m, thus F is the best.
2019-10-16+description for json sectionoreodave
2019-10-16+general map to leader for opening the rss apporeodave
2019-10-16+better description for projectile section in conforeodave
2019-10-16+map for calendar opening quicklyoreodave
2019-10-13-removed output itemoreodave
2019-10-13+haskell moduleoreodave
2019-10-13~cleanuporeodave
2019-10-01~hashes for themesoreodave
2019-10-01+a few more modulesoreodave
+format +debugger +flyspell +pass +rgb +cc + lsp +calendar
2019-10-01~spacing of ivyoreodave
2019-10-01+hook for org mode to turn on visual line modeoreodave
I like visual line mode, and sometimes when exporting text to another app auto fill can't satisfy the needs. Thus visual line mode to the rescue!
2019-10-01+functionality for managing booksoreodave
2019-09-26~construct-tags to return string, added brackets around org bindingsoreodave
2019-09-26~split packages and func into two headingsoreodave
Easier to manage
2019-09-26+lsp for pythonoreodave
The python language server is the best thing since sliced bread - incredible parsing and universal completion for any editor!
2019-09-26+style to csharp mode hookoreodave
2019-09-26+feature to download json and parse it in emacsoreodave
Restclient doesn't seem to work anymore (at least for my ASP.NET API), thus making this thing to do gets quickly
2019-09-26+map to elfeed to update feeds using uoreodave
2019-09-26+binding to fold all code within a leveloreodave
2019-09-26+binding for buffer specific tags like vscodeoreodave
+<SPB>/b for listing tags in current buffer
2019-09-26+setting variablesoreodave
+truncate lines option +c-basic-offset to variables