Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-02 | -warning level setting | oreodave | |
Org error has been removed, so what's the point of this? Only stops me from seeing any critical errors I might've missed. | |||
2019-11-02 | +prelude to Simple variables heading | oreodave | |
2019-11-02 | ~Global variables -> Simple variables | oreodave | |
Functions and stuff that take less than 2 lines | |||
2019-11-02 | ~detailing the situation of Emacs in my system | oreodave | |
It has now fully overtaken most of my development activities, and is central to my process now. | |||
2019-11-02 | ~emacs -> Emacs (capitalisation) | oreodave | |
2019-11-01 | +search config to add libgen to set | oreodave | |
2019-11-01 | +tag narrow in buffer map for org mode | oreodave | |
2019-11-01 | +comment | oreodave | |
2019-11-01 | -c-style languages config because it's redundant | oreodave | |
2019-11-01 | +dap configuration to start ui and a mapping | oreodave | |
2019-11-01 | +map for dired to make using it reasonable | oreodave | |
2019-11-01 | -download items section | oreodave | |
Barely use it, useless for anything except *get* requests. | |||
2019-11-01 | ~books binding in general keymap | oreodave | |
2019-11-01 | +splash image for emacs | oreodave | |
Killer Queen image from Part 4 of JoJo. Just thought it would look nice | |||
2019-11-01 | ~font to Hack | oreodave | |
Using a little snippet of code to change some symbols back to normal | |||
2019-10-25 | ~"c-mode c++-mode" -> cc-mode for c hook | oreodave | |
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 blocks | oreodave | |
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 stuff | oreodave | |
Renamed header because it was more that than this. +feature to universally format code using format-all | |||
2019-10-24 | -c-set-style reference; it's already set in init | 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 | ~cleanup | 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 | +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 | ~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 | |