Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-25 | +indent-guides | oreodave | |
Very useful when coding, simple but necessary feature | |||
2019-10-25 | ~langs available | oreodave | |
+javascript with lsp -ocaml | |||
2019-10-24 | -c-set-style reference; it's already set in init | oreodave | |
2019-10-24 | +c-default-styles | oreodave | |
2019-10-24 | +fira code pretty expansion | oreodave | |
2019-10-24 | +bindings to narrow and expand from a heading | oreodave | |
2019-10-24 | ~c-default-style to java | oreodave | |
using default function call instead of setting the variable automagically | |||
2019-10-24 | +omnisharp-unit-test-emit results function back | oreodave | |
Reimpl to allow results to always be printed | |||
2019-10-24 | +c-style language item to set style automatically | oreodave | |
This needs to be set in variables preferably | |||
2019-10-24 | +font setting | oreodave | |
Fira code, size 18 | |||
2019-10-24 | -notes and keybinds section | oreodave | |
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 section | oreodave | |
2019-10-16 | +general map to leader for opening the rss app | oreodave | |
2019-10-16 | +better description for projectile section in conf | oreodave | |
2019-10-16 | +map for calendar opening quickly | oreodave | |
2019-10-13 | -removed output item | oreodave | |
2019-10-13 | +haskell module | oreodave | |
2019-10-13 | ~cleanup | oreodave | |
2019-10-01 | ~hashes for themes | oreodave | |
2019-10-01 | +a few more modules | oreodave | |
+format +debugger +flyspell +pass +rgb +cc + lsp +calendar | |||
2019-10-01 | ~spacing of ivy | oreodave | |
2019-10-01 | +hook for org mode to turn on visual line mode | oreodave | |
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 books | oreodave | |
2019-09-26 | ~construct-tags to return string, added brackets around org bindings | oreodave | |
2019-09-26 | ~split packages and func into two headings | oreodave | |
Easier to manage | |||
2019-09-26 | +lsp for python | oreodave | |
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 hook | oreodave | |
2019-09-26 | +feature to download json and parse it in emacs | oreodave | |
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 u | oreodave | |
2019-09-26 | +binding to fold all code within a level | oreodave | |
2019-09-26 | +binding for buffer specific tags like vscode | oreodave | |
+<SPB>/b for listing tags in current buffer | |||
2019-09-26 | +setting variables | oreodave | |
+truncate lines option +c-basic-offset to variables | |||
2019-08-27 | +config for wttrin | oreodave | |
Uses pass to store my location. Custom function to display weather in local area | |||
2019-08-27 | ~more updated comments on c# | oreodave | |
2019-08-27 | ~prop snippet name to mirror official snippet name | oreodave | |
official snippet uses some weird c++ styling, not really good for c#. Thus, reimplement with my own snippet | |||
2019-08-27 | ~csharp keybinds | oreodave | |
Most tests are done by omnisharp functions. I have no need to use custom functions anymore. Just this one for global test search and deploy | |||
2019-08-27 | ~csharp/get-unit-test-in-project to use omnisharp | oreodave | |
Now uses omnisharp-unit-test-at-point to test the unit test. Instead goes to the file in tag and runs test at that point. Allows you to traverse test as well! | |||
2019-08-27 | -csharp-unit-test function +reimpl of emit-results | oreodave | |
The reimplementation of omnisharp--unit-test-emit-results is so stdout is always printed regardless of errors. Makes it cleaner to use. | |||
2019-08-27 | +config for elfeed | oreodave | |
elfeed-org doesn't seem to work the way I want it to. So instead, added my own compilation steps and functions. Compile org to opml, then load opml in elfeed | |||
2019-08-27 | -:after ace window statement doesn't work | oreodave | |
2019-08-27 | ~ Instead of one theme, use many in a rotation | oreodave | |
Instead of just using doom-molokai, I can keep multiple themes in a list and rotate through them via a command. I used "<SPC>a" as a prefix (a for aesthetics). Currently using solariszed as the default theme on load | |||
2019-08-27 | +rss +org reader | oreodave | |
I like the idea of making emacs assimilate every part of my life | |||
2019-08-27 | +org-directory must be ~/Text | oreodave | |
I store a diary, elfeeds, etc there | |||
2019-08-25 | +keybind for counsel-etags-list-tag | oreodave | |
May as well have it in case I'm feeling lazy :P | |||
2019-08-25 | ~now using find-tag instead of list-tag | oreodave | |
It's fast due to the fact it actually filters results beforehand, otherwise having the same capabilities as list-tag but without the giant loading issues | |||
2019-08-25 | +keybind for switching project buffers | oreodave | |
<SPC>p\> | |||
2019-08-25 | +lazy loading to prefixes | oreodave | |
Only after loading the 'major' package that the keybind depends on, will these keybinds be set | |||
2019-08-25 | ~collating similar prefix keybinds | oreodave | |
There are more than 2 projectile 'p' keybinds, may as well put them together |