Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-08-25 | +keybind for c# unit test function | oreodave | |
The custom function I made should be a keybind | |||
2019-08-25 | -old keybinds removed, now in doom | oreodave | |
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 | |||
2019-08-25 | +execute async subprocess to run full test | oreodave | |
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 :) | |||
2019-08-25 | +ivy interface that uses the test method names | oreodave | |
2019-08-25 | +testing functionality of omnisharp | oreodave | |
Trying to see if I can get test method elements from the omnisharp server | |||
2019-08-25 | +Advanced workflow for tag generation | oreodave | |
Uses a global list to build tag generation command string | |||
2019-08-25 | ~renamed Keybinds and tricks | oreodave | |
2019-08-23 | +keybind to oreodave/reload | oreodave | |
<SPC>r | |||
2019-08-23 | +custom functions, with reload function | oreodave | |
Can store custom config functions in there to call later, currently has a reload function | |||
2019-08-22 | +config for nvm, node version manager | oreodave | |
2019-08-22 | +perfix for font size adjustment | oreodave | |
2019-08-22 | +window keybind to swap windows around | oreodave | |
2019-08-22 | ~ag -> ripgrep | oreodave | |
With some doc comments as well | |||
2019-08-22 | -calendar keybind: don't use it | oreodave | |
2019-08-22 | +mmm-mode to hopefully configure c# mode a bit more | oreodave | |
2019-08-22 | +headings for packages for organisation | oreodave | |
2019-08-17 | +Keybind, and a context field | oreodave | |
+<C-x h> for marking whole buffer +Context field for easier grepping | |||
2019-08-17 | +Keybind via evil | oreodave | |
Go back to previous position via <C-o> | |||
2019-08-17 | +two custom indent variables for js and pug | oreodave | |
2019-08-15 | ~Moved tmux higher | oreodave | |
2019-08-15 | +tmuxinator optional | oreodave | |
2019-08-15 | +Tmux dependency | oreodave | |
2019-08-15 | +variables for tmuxinator | oreodave | |
2019-08-15 | ~CONS cell has to be prefix . desc | oreodave | |
I did it the wrong way arodun :( | |||
2019-08-11 | +company arduino mode | oreodave | |
2019-08-11 | Added arduino template to template func | oreodave | |
2019-08-11 | ~Path to be a constant | oreodave | |
Will instead just sym link all exes to /usr/local/bin | |||
2019-08-11 | Updating custom variables | oreodave | |
2019-08-11 | +Arduino mode for robotics | oreodave | |
2019-08-11 | ~Put everything under Custom heading | oreodave | |
Packages and language functionality is put under custom | |||
2019-08-11 | +Ignore completion case | oreodave | |
Makes completions more fuzzy like | |||
2019-08-08 | +auto-mode for ejs -> web mode | oreodave | |
2019-08-08 | +Dependency on zeal/dash (mostly zeal) | oreodave | |
This is for documentation when coding offline/online and wanting to have a native interface for docs | |||
2019-08-08 | +Put absolute path to docsets | oreodave | |
2019-08-06 | +Pass password manager for tools | oreodave | |