Age | Commit message (Collapse) | Author |
|
|
|
|
|
Easier to manage
|
|
|
|
Restclient doesn't seem to work anymore (at least for my ASP.NET API),
thus making this thing to do gets quickly
|
|
|
|
|
|
+<SPB>/b for listing tags in current buffer
|
|
+truncate lines option
+c-basic-offset to variables
|
|
Uses pass to store my location. Custom function to display weather in
local area
|
|
|
|
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
|
|
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!
|
|
The reimplementation of omnisharp--unit-test-emit-results is so stdout
is always printed regardless of errors. Makes it cleaner to use.
|
|
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
|
|
|
|
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
|
|
I store a diary, elfeeds, etc there
|
|
May as well have it in case I'm feeling lazy :P
|
|
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
|
|
<SPC>p\>
|
|
Only after loading the 'major' package that the keybind depends on, will
these keybinds be set
|
|
There are more than 2 projectile 'p' keybinds, may as well put them together
|
|
The custom function I made should be a keybind
|
|
Did my first pull request and sent my updated keybinds to doom emacs
itself. Now I don't need these as they're already implemented
|
|
The subprocess runs the given test in full detail meaning it can read
output messages as well. This test is run in a buffer meaning I can read
the output of c# unit tests without vscode :)
|
|
|
|
Trying to see if I can get test method elements from the omnisharp server
|
|
Uses a global list to build tag generation command string
|
|
|
|
<SPC>r
|
|
Can store custom config functions in there to call later, currently has
a reload function
|
|
|
|
|
|
With some doc comments as well
|
|
|
|
+<C-x h> for marking whole buffer
+Context field for easier grepping
|
|
Go back to previous position via <C-o>
|
|
I did it the wrong way arodun :(
|
|
Packages and language functionality is put under custom
|
|
Makes completions more fuzzy like
|
|
|
|
|
|
|
|
It's very annoying if I'm doing a basic edit and Discord isn't there,
elcord keeps complaining as if the worlds burning.
So, instead, I'll run elcord when I want to
|
|
For compiling, it provides all recipes I may want to use
|
|
This is due to this weird org error I keep getting when booting doom.
Didn't get a fix so this is the closest thing to it.
|
|
Allows me to record any keybinds which I find interesting/useful
|
|
This is because when editing code hunks I want clean and usable code.
Thus when I'm using the hunk editor, I don't want incomplete
hunks (causing possible syntax errors).
Instead, documentation comes at the end of the set
|
|
|