aboutsummaryrefslogtreecommitdiff
path: root/doom.d
AgeCommit message (Collapse)Author
2019-08-27-csharp-unit-test function +reimpl of emit-resultsoreodave
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 elfeedoreodave
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 workoreodave
2019-08-27~ Instead of one theme, use many in a rotationoreodave
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 readeroreodave
I like the idea of making emacs assimilate every part of my life
2019-08-27+org-directory must be ~/Textoreodave
I store a diary, elfeeds, etc there
2019-08-25+keybind for counsel-etags-list-tagoreodave
May as well have it in case I'm feeling lazy :P
2019-08-25~now using find-tag instead of list-tagoreodave
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 buffersoreodave
<SPC>p\>
2019-08-25+lazy loading to prefixesoreodave
Only after loading the 'major' package that the keybind depends on, will these keybinds be set
2019-08-25~collating similar prefix keybindsoreodave
There are more than 2 projectile 'p' keybinds, may as well put them together
2019-08-25+keybind for c# unit test functionoreodave
The custom function I made should be a keybind
2019-08-25-old keybinds removed, now in doomoreodave
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 testoreodave
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 namesoreodave
2019-08-25+testing functionality of omnisharporeodave
Trying to see if I can get test method elements from the omnisharp server
2019-08-25+Advanced workflow for tag generationoreodave
Uses a global list to build tag generation command string
2019-08-25~renamed Keybinds and tricksoreodave
2019-08-23+keybind to oreodave/reloadoreodave
<SPC>r
2019-08-23+custom functions, with reload functionoreodave
Can store custom config functions in there to call later, currently has a reload function
2019-08-22+perfix for font size adjustmentoreodave
2019-08-22+window keybind to swap windows aroundoreodave
2019-08-22~ag -> ripgreporeodave
With some doc comments as well
2019-08-22-calendar keybind: don't use itoreodave
2019-08-22+mmm-mode to hopefully configure c# mode a bit moreoreodave
2019-08-22+headings for packages for organisationoreodave
2019-08-17+Keybind, and a context fieldoreodave
+<C-x h> for marking whole buffer +Context field for easier grepping
2019-08-17+Keybind via eviloreodave
Go back to previous position via <C-o>
2019-08-17+two custom indent variables for js and pugoreodave
2019-08-15~CONS cell has to be prefix . descoreodave
I did it the wrong way arodun :(
2019-08-11+company arduino modeoreodave
2019-08-11Updating custom variablesoreodave
2019-08-11+Arduino mode for roboticsoreodave
2019-08-11~Put everything under Custom headingoreodave
Packages and language functionality is put under custom
2019-08-11+Ignore completion caseoreodave
Makes completions more fuzzy like
2019-08-08+auto-mode for ejs -> web modeoreodave
2019-08-08+Put absolute path to docsetsoreodave
2019-08-06~Wakatime key retrieval, will now get it from passoreodave
2019-08-06-Elcord global modeoreodave
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 interfaceoreodave
For compiling, it provides all recipes I may want to use
2019-08-05~Example for github repo: fetcher -> hostoreodave
2019-08-05+Warning level to emergencyoreodave
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 tableoreodave
Allows me to record any keybinds which I find interesting/useful
2019-08-05~Way of documenting code in org code blocksoreodave
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 readmeoreodave
2019-08-05~Projectile generate tags commandoreodave
Now using universal-ctags (better support, etc)
2019-08-05+Package nov for reading epubsoreodave
2019-07-29~Projectile tags commandoreodave
Put the excludes into the command, projectile-tags-exclude-patterns doesn't seem to work
2019-07-29~"<SPC>pg": keybind command was wrongoreodave
projectile-generate-tags -> projectile-regenerate-tags
2019-07-29-Elcord variables: doesn't workoreodave