aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add abbrevs to C, Java, and C# modesGravatar Tom Willemse2020-12-103-4/+18
|
* Add more org agenda iconsGravatar Tom Willemse2020-12-048-2/+9
|
* Load ‘org-protocol’ when org loadsGravatar Tom Willemse2020-12-041-0/+1
|
* Add which-key modeGravatar Tom Willemse2020-12-021-2/+4
|
* Add things to deal with reading list in org-modeGravatar Tom Willemse2020-12-013-2/+41
|
* Remove deprecated settingGravatar Tom Willemse2020-12-011-2/+1
|
* Remove debugging statementGravatar Tom Willemse2020-12-011-4/+2
|
* Add the TODO state to backlinksGravatar Tom Willemse2020-11-191-6/+10
|
* Fixup work-related agenda viewsGravatar Tom Willemse2020-11-191-7/+7
|
* Switch to another window when opening agenda itemsGravatar Tom Willemse2020-11-171-1/+10
|
* Don’t use the ORIGIN property for back-linksGravatar Tom Willemse2020-11-151-2/+11
| | | | | | | | | A lot of the time when capturing some task my cursor is at a random location and it doesn’t actually mean what I’m looking at is at all related to what I’m writing. I think this will make me occasionally miss certain connections, but usually will provide less noise.
* Make the diff server function clean up after itselfGravatar Tom Willemse2020-11-131-4/+18
|
* Add fill-column-indicator to GroovyGravatar Tom Willemse2020-11-131-2/+3
|
* Add composable.elGravatar Tom Willemse2020-11-131-2/+3
|
* Call ‘winner-undo’ when ediff finishesGravatar Tom Willemse2020-11-061-1/+2
| | | | This way the window layout that was used before ediff was started gets restored.
* Automatically refine hunks in ediffGravatar Tom Willemse2020-11-061-0/+2
|
* Add support to call ediff through emacsclientGravatar Tom Willemse2020-11-061-0/+16
| | | | | | | This way Emacs can be used in Perforce, for example, as the diff program: Location: C:/msys64/mingw64/bin/emacsclientw.exe Arguments: diff %1 %2
* Fix adding ‘C-c b’ to the eshell keymapGravatar Tom Willemse2020-11-061-6/+5
| | | | | | ‘eshell-mode-map’ isn’t a keymap until after ‘eshell-mode’ has run. It’s defined as ‘nil’ in the top-level of the ‘esh-mode’ package. ‘nil’ is not a valid keymap that new keys can be defined into.
* Remove ‘company-lsp’Gravatar Tom Willemse2020-10-301-4/+2
| | | | ‘company-lsp’ has been superseded by ‘company-capf’.
* Add ‘embrace’ configurationGravatar Tom Willemse2020-10-305-4/+65
|
* Add command to switch to a buffer’s directory in eshellGravatar Tom Willemse2020-10-261-1/+16
|
* Add ‘yasnippet’ dependency to ‘oni-bats’Gravatar Tom Willemse2020-10-191-2/+2
| | | | I added a snippet, so it needs it now.
* Add windmove keybindingsGravatar Tom Willemse2020-10-191-1/+5
|
* Add oni-bats as a multi-file packageGravatar Tom Willemse2020-10-191-1/+4
|
* Revert "Generalize building of multifile packages"Gravatar Tom Willemse2020-10-191-5/+39
| | | | | | | | This reverts commit cd067e3673a62143ed2e05edf163088c77d35f38. On the build runner this ends up trying to build ‘oni-scheme.el’ as a multifile package. It doesn’t seem to notice the distinction between the regular files and directories.
* Generalize building of multifile packagesGravatar Tom Willemse2020-10-191-39/+5
|
* Add a groovy grep aliasGravatar Tom Willemse2020-10-191-1/+5
|
* Add snippet for oni-batsGravatar Tom Willemse2020-10-193-1/+39
|
* Add jenkinsfile-modeGravatar Tom Willemse2020-10-192-2/+46
| | | | | Both ‘Jenkinsfile’ files and ‘*.pipeline’ files should be using ‘jenkinsfile-mode’.
* Make sure my data directory exists before testingGravatar Tom Willemse2020-10-171-0/+1
| | | | Specifically the ‘integration-test-core’ had this extra step.
* Add argument to ‘format’Gravatar Tom Willemse2020-10-161-1/+1
| | | | oops.
* Remove the .el suffix from all module useGravatar Tom Willemse2020-10-161-11/+5
| | | | | I don’t think there’s anywhere where the module file name is used in this particular situation. That’s all done by Make.
* Only include packages that start with ‘oni-’Gravatar Tom Willemse2020-10-161-1/+1
| | | | | Now that there is a generated.el in the repository, I don’t want to package _that_ up. A better idea would probably be to move it to some subfolder.
* Treat oni-module.el as oni-module when looking for testsGravatar Tom Willemse2020-10-161-2/+4
|
* Fix typoGravatar Tom Willemse2020-10-161-1/+1
|
* Update base image versionGravatar Tom Willemse2020-10-161-1/+1
| | | | | For my generated config I use ‘proper-list-p’, which is a function that is new in Emacs 27.1.
* Use different tag to generate configGravatar Tom Willemse2020-10-161-1/+1
|
* Try running generated configurationGravatar Tom Willemse2020-10-165-363/+108
|
* Add test to see if gcmh-mode is enabledGravatar Tom Willemse2020-10-151-0/+9
|
* Use ws-butlerGravatar Tom Willemse2020-10-152-8/+23
| | | | | | | | | | | | | | | | At work I have to work with a lot of files that other people work on as well. Other people don’t usually have their editor set up to remove all trailing whitespace, and we’re not allowed to make a change that includes a lot of extra whitespace changes[1]. So I end up having to revert a lot of whitespace changes just before submitting. And if I then have to make more changes, for example because something was pointed out in a code review, I have to do it again. ‘ws-butler’ promises that it will still prevent me from submitting extraneous whitespace, but will not touch lines that I haven’t changed, so that would prevent me from having to revert them all the time. [1]: This is good, having a lot of whitespace changes can distract from or even completely hide the actual change you’re trying to make.
* Diminish gcmh-modeGravatar Tom Willemse2020-10-152-2/+14
|
* Explicitly set the package gnupg home directory on WindowsGravatar Tom Willemse2020-10-151-1/+4
| | | | | The default way on msys2 produces a directory that isn’t recognized as an absolute path, so it’s interpreted as a relative path.
* Have org-bibtex automatically generate custom ids for ↵Gravatar Tom Willemse2020-09-221-1/+2
| | | | bibtex heading
* Include links that use the custom idGravatar Tom Willemse2020-09-221-0/+7
|
* Add my backlinks dynamic block to some capture templatesGravatar Tom Willemse2020-09-213-0/+9
|
* Move all capture templates into their own filesGravatar Tom Willemse2020-09-2113-21/+68
|
* Move org-capture settings to their own sectionGravatar Tom Willemse2020-09-211-63/+66
|
* Move org-agenda settings to their own sectionGravatar Tom Willemse2020-09-211-45/+50
|
* Sort tags in org-modeGravatar Tom Willemse2020-09-211-1/+2
|
* Make sure when creating backlinks that any link only ↵Gravatar Tom Willemse2020-09-211-2/+2
| | | | appears once