aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add dynamic block function for backlinksGravatar Tom Willemse2020-09-211-1/+29
| | | | | | | | Use it like so: #+BEGIN: oni-backlinks #+END
* Remove helpfulGravatar Tom Willemse2020-09-151-5/+2
| | | | | It’s not actually as helpful as I’d hoped. The built-in help system is already pretty good.
* Clean up the mode-line for ielm buffersGravatar Tom Willemse2020-09-151-1/+16
|
* Update channels in CirceGravatar Tom Willemse2020-09-141-2/+3
|
* Add ‘eshell-syntax-highlighting’ to Eshell configurationGravatar Tom Willemse2020-09-141-4/+5
|
* Explicitly require hydra for configs that create hydrasGravatar Tom Willemse2020-09-093-4/+8
|
* Drop helpfulGravatar Tom Willemse2020-09-091-7/+2
| | | | | I’ve been using it for a while and I don’t actually like it much better than the built-in help functionality.
* Add Import snippet for nxmlGravatar Tom Willemse2020-09-071-0/+6
| | | | This snippet should only work in MSBuild project files (.proj).
* Only add the auto-insert template when ‘autoinsert’ ↵Gravatar Tom Willemse2020-09-071-5/+6
| | | | is loaded
* Use ‘display-fill-column-indicator-mode’ if possibleGravatar Tom Willemse2020-09-0715-31/+92
| | | | | Fall back to ‘fci-mode’ if the function ‘display-fill-column-indicator-mode’ doesn’t exist.
* Add a fill column indicator for LuaGravatar Tom Willemse2020-09-071-2/+7
|
* Add ‘oni-lua’Gravatar Tom Willemse2020-09-073-0/+51
|
* Add auto-insert template for .proj filesGravatar Tom Willemse2020-08-271-1/+6
|
* Remove some unused functionsGravatar Tom Willemse2020-08-241-37/+1
|
* Add the icons to the oni-org packageGravatar Tom Willemse2020-08-191-1/+2
|
* Fix typoGravatar Tom Willemse2020-08-181-2/+2
|
* Switch up some of the agenda commandsGravatar Tom Willemse2020-08-181-4/+5
|
* Add some icons to ‘org-agenda-category-icon-alist’Gravatar Tom Willemse2020-08-1811-2/+30
|
* Change the column to which tags are alignedGravatar Tom Willemse2020-08-121-1/+2
|
* Remove dependency on org-roamGravatar Tom Willemse2020-08-121-6/+2
|
* Add the Next todo stateGravatar Tom Willemse2020-08-121-1/+1
| | | | This is for things that should actually show up in my list of things to do.
* Use a single file for all my org needsGravatar Tom Willemse2020-08-121-28/+13
|
* Fix generation of todo keyword and tag facesGravatar Tom Willemse2020-08-051-13/+16
|
* Enable ‘electric-indent-mode’ and ↵Gravatar Tom Willemse2020-07-191-2/+4
| | | | ‘electric-pair-mode’ in Yaml files
* Add ‘geiser’ to ‘scheme-mode’Gravatar Tom Willemse2020-07-191-2/+11
|
* Change the default container usedGravatar Tom Willemse2020-07-191-25/+1
| | | | | The container in this repository is based on the same one initially specified, but contains some extra things needed for running and testing my configuration.
* Add sqlite to the docker containerGravatar Tom Willemse2020-07-191-1/+1
| | | | The newly added ‘org-roam’ package needs the sqlite binary.
* Replace ‘omnisharp’ with ‘lsp’ for C# developmentGravatar Tom Willemse2020-07-141-19/+9
|
* Use ‘lsp’ for python code development instead of jediGravatar Tom Willemse2020-07-141-8/+7
|
* Add ‘org-roam’Gravatar Tom Willemse2020-07-141-2/+6
|
* Fix a warningGravatar Tom Willemse2020-07-101-1/+2
|
* Add inbox capture templateGravatar Tom Willemse2020-07-101-1/+4
|
* Stop using ‘auto-fill-mode’Gravatar Tom Willemse2020-07-061-4/+5
| | | | | | | Instead of using ‘auto-fill-mode’, start using ‘org-indent-mode’ and ‘visual-line-mode’. It looks the same, but without using any newlines and indentation. It works well if combined with other tools like Orgzly which don’t do any kind of indentation on their own.
* Show ‘t’, ‘nil’, and numbers as constants in ↵Gravatar Tom Willemse2020-06-161-1/+11
| | | | Emacs Lisp