Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | +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 | ~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 | 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 | +Put absolute path to docsets | oreodave | |
2019-08-06 | ~Wakatime key retrieval, will now get it from pass | oreodave | |
2019-08-06 | -Elcord global mode | oreodave | |
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 | |||
2019-08-05 | +Keybind to open a full make interface | oreodave | |
For compiling, it provides all recipes I may want to use | |||
2019-08-05 | ~Example for github repo: fetcher -> host | oreodave | |
2019-08-05 | +Warning level to emergency | oreodave | |
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. | |||
2019-08-05 | +Keybinds and tricks heading, with bind table | oreodave | |
Allows me to record any keybinds which I find interesting/useful | |||
2019-08-05 | ~Way of documenting code in org code blocks | oreodave | |
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 | |||
2019-08-05 | -Parts of preclude - already covered in readme | oreodave | |
2019-08-05 | ~Projectile generate tags command | oreodave | |
Now using universal-ctags (better support, etc) | |||
2019-08-05 | +Package nov for reading epubs | oreodave | |
2019-07-29 | ~Projectile tags command | oreodave | |
Put the excludes into the command, projectile-tags-exclude-patterns doesn't seem to work | |||
2019-07-29 | ~"<SPC>pg": keybind command was wrong | oreodave | |
projectile-generate-tags -> projectile-regenerate-tags | |||
2019-07-29 | -Elcord variables: doesn't work | oreodave | |
2019-07-29 | +Ripgrep search keybind | oreodave | |
2019-07-29 | +Subheadings for general keymap | oreodave | |
2019-07-29 | ~typescript config | oreodave | |
2019-07-29 | +Custom variables for elcord in config | oreodave | |
2019-07-28 | +Keybind for formatting buffer using py-yapf | oreodave | |
2019-07-28 | +js/ts config | oreodave | |
+keybind for js: `,=` for formatting code +typescript-indent-level = 2 | |||
2019-07-28 | +py-yapf package for formatting python | oreodave | |
2019-07-28 | +Javascript (w/ typescript) module/layer | oreodave | |
2019-07-28 | -tabbar - doesn't work as well as I wanted | oreodave | |
2019-07-28 | +Centaur tabs config to turn on mode | oreodave | |
2019-07-28 | +tabbar option | oreodave | |