aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add snippets to oni-csharpGravatar Tom Willemse2020-03-025-3/+59
|
* Add beaconGravatar Tom Willemse2020-03-021-1/+4
|
* Add missing smartparens dependencyGravatar Tom Willemse2020-03-021-2/+2
|
* Setup some code navigation for csharp-modeGravatar Tom Willemse2020-03-021-1/+6
|
* Stop company-dabbrev from changing the completion's caseGravatar Tom Willemse2020-03-021-1/+3
|
* Enable smartparens mode in C#Gravatar Tom Willemse2020-02-291-1/+2
|
* Include company-yasnippet with omnisharp completionGravatar Tom Willemse2020-02-291-2/+3
|
* Add check for oni-prescientGravatar Tom Willemse2020-02-291-0/+7
|
* Use oni-flycheck for cmake instead of flycheck directlyGravatar Tom Willemse2020-02-291-2/+2
|
* Add flycheck-relint to Elisp configurationGravatar Tom Willemse2020-02-291-2/+5
|
* Fix diff-hl-mode for P4Gravatar Tom Willemsen2020-02-282-1/+4
|
* Add yasnippet to company-capfGravatar Tom Willemsen2020-02-281-1/+4
|
* Add xmllint reformatter for nxml-modeGravatar Tom Willemsen2020-02-281-2/+7
|
* Make company show completions fasterGravatar Tom Willemse2020-02-251-2/+3
|
* Add lsp-ivyGravatar Tom Willemse2020-02-251-2/+6
|
* Add some settings that should improve performance for ↵Gravatar Tom Willemse2020-02-252-1/+7
| | | | lsp-mode
* Add prescientGravatar Tom Willemse2020-02-244-4/+63
|
* Enable recentf-mode in EmacsGravatar Tom Willemse2020-02-242-3/+11
|
* Add ‘rainbow-delimiters-mode’ to C# buffersGravatar Tom Willemse2020-02-051-2/+3
|
* Don’t let me accidentally write in the wrong placeGravatar Tom Willemse2020-02-031-1/+2
|
* (re-)enable forge in MagitGravatar Tom Willemse2020-02-031-6/+6
|
* Don’t use ~/.authinfo for storing credentialsGravatar Tom Willemse2020-02-031-1/+3
|
* Enable nxml-mode for .csproj filesGravatar Tom Willemse2020-01-282-1/+14
|
* Add tests for oni-csharpGravatar Tom Willemse2020-01-282-0/+28
|
* Enable nxml-mode for Xaml filesGravatar Tom Willemse2020-01-281-1/+4
|
* Enable company-mode in clojureGravatar Tom Willemse2020-01-281-2/+3
|
* Require ol-man to enable linking to man-pagesGravatar Tom Willemse2020-01-281-1/+2
|
* Remove org-wild-notifierGravatar Tom Willemsen2020-01-271-5/+2
| | | | It's a little too wild for my Windows machine, it starts a whole bunch of Emacs child processes that eat up all the CPU.
* Enable org-wild-notifier-mode in org-mode for notificationsGravatar Tom Willemse2020-01-261-1/+4
|
* Search in multiple places for toast.exe on WindowsGravatar Tom Willemse2020-01-261-3/+3
|
* Update settings for oni-alertGravatar Tom Willemse2020-01-211-5/+8
|
* Add dependency on oni-alert for oni-orgGravatar Tom Willemse2020-01-211-2/+2
|
* Change directory of org documents on WindowsGravatar Tom Willemse2020-01-211-2/+2
| | | | Instead of using u: I should make a symlink to u: from my Documents to keep things consistent.
* Add more custom agenda commandsGravatar Tom Willemse2020-01-141-2/+15
|
* Add ‘smartparens’ to ‘oni-sh’Gravatar Tom Willemse2020-01-143-3/+52
|
* Fix integration test for ‘oni-cpp’Gravatar Tom Willemse2020-01-141-2/+2
| | | | | The output contains more than just the print statement in the test, but it ends with the result.
* Fix integration test for oni-cppGravatar Tom Willemse2020-01-141-1/+1
| | | | ‘oni-c++’ was renamed to ‘oni-cpp’
* Require subr-x in org-mode for ‘when-let’Gravatar Tom Willemse2020-01-141-1/+2
|
* Require oni-org for its unit testsGravatar Tom Willemse2020-01-131-0/+2
|
* Generate different colors for TODO keywords and tagsGravatar Tom Willemse2020-01-133-1/+58
|
* Rename oni-c++ to oni-cppGravatar Tom Willemse2020-01-131-7/+7
|
* Add missing autoload to oni-confGravatar Tom Willemse2020-01-131-1/+3
|
* Add integration test for oni-c++Gravatar Tom Willemse2020-01-132-0/+18
|
* Fix file permissions for oni-bats.batsGravatar Tom Willemse2020-01-131-0/+0
|
* Add integration test for oni-browse-urlGravatar Tom Willemse2020-01-132-0/+18
|
* Add integration test for oni-confGravatar Tom Willemse2020-01-122-0/+18
|
* Don’t show the default help tooltip on the mode-lineGravatar Tom Willemse2020-01-101-1/+4
|
* Enable spell checking in org-modeGravatar Tom Willemse2020-01-081-1/+2
|
* Make the wording of the different integration tests more ↵Gravatar Tom Willemse2020-01-084-4/+4
| | | | consistent
* Fix the bats auto-insert templateGravatar Tom Willemse2020-01-081-2/+3
| | | | Don’t try to add it if it hasn’t been loaded.