aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Diminish auto-revert-mode to Gravatar Tom Willemse2020-04-092-2/+27
|
* Apply fontset settings when a frame is created, tweak ↵Gravatar Tom Willemse2020-04-091-21/+30
| | | | | | | | | | | font size Instead of setting the fontset things immediately always, check if we’re running as a daemon and if so, delay setting the fontsets until after a frame is created. This will set the fontset for each frame individually. Tweak the font size of the Font Awesome icons to fit better with the rest of the fonts.
* Diminish org-ednaGravatar Tom Willemse2020-04-093-2/+43
|
* Explicitly load yasnippet for testingGravatar Tom Willemse2020-04-091-2/+5
|
* Excplicitly load ‘oni-ivy’ for testingGravatar Tom Willemse2020-04-091-3/+8
|
* Change the column the habit graphs are printed inGravatar Tom Willemse2020-04-081-8/+9
|
* Enable electric pairing in HaskellGravatar Tom Willemse2020-04-081-1/+3
|
* Fix tests by including ‘subr-x’Gravatar Tom Willemse2020-04-085-17/+22
| | | | | ‘string-empty-p’ is defined in ‘subr-x’ and this library isn’t loaded into Emacs by default.
* Test isearch-mode diminishing using a constantGravatar Tom Willemse2020-04-082-5/+9
| | | | | | | Apparently in the docker container that’s running the tests, reading  from the command-line makes it a multibyte character (105 776 127 130), but defined in Emacs it’s a unibyte character (61442). This might have something to do with UTF-16 vs UTF-8?
* Fix diminishing minor modes when reloading librariesGravatar Tom Willemse2020-04-0813-14/+274
|
* Properly load ‘oni-paredit’ when ‘paredit’ is loadedGravatar Tom Willemse2020-04-081-2/+2
|
* Add basic fish shell script configurationGravatar Tom Willemse2020-04-083-0/+61
|
* Use ‘nov-mode’ for ‘.epub’ filesGravatar Tom Willemse2020-04-071-1/+4
|
* Disable ‘shfmt-on-save-mode’ for ‘bats-mode’ buffersGravatar Tom Willemse2020-04-072-1/+16
|
* Fix arguments for shfmtGravatar Tom Willemse2020-04-071-2/+2
|
* Ensure idle timer for ‘recentf-save-list’ only gets ↵Gravatar Tom Willemse2020-04-072-2/+16
| | | | created once
* Fix typoGravatar Tom Willemse2020-04-071-1/+1
|
* Use ‘nxml-mode’ for ‘.proj’ and ‘.targets’ filesGravatar Tom Willemse2020-04-072-1/+27
| | | | Both of these file types are used for MSBuild.
* Ensure ~/.emacs.d/data/ exists when testing ‘oni-core’Gravatar Tom Willemse2020-04-071-0/+2
| | | | | | | If the directory doesn’t exist, ‘recentf-mode’ will try to save the recent file list and fail because Emacs automatically asks if the directory should be created. Since the test is running in a non-interactive environment, it’ll fail to read the user’s answer.
* Add navigation functions for end-of-line and ↵Gravatar Tom Willemse2020-04-074-1/+130
| | | | beginning-of-line
* Move CSS tests to batsGravatar Tom Willemse2020-04-073-42/+18
|
* Remove appointments.orgGravatar Tom Willemse2020-03-311-6/+3
|
* Add Epub configurationGravatar Tom Willemse2020-03-291-0/+32
|
* Add Haskell configurationGravatar Tom Willemse2020-03-293-0/+50
|
* Change the variable pitch fontGravatar Tom Willemse2020-03-281-1/+2
|
* Improve shr rendering of <code> and <pre> tags a littleGravatar Tom Willemse2020-03-281-2/+23
|
* Fix indentation in C# of first argument in function callsGravatar Tom Willemse2020-03-271-1/+6
|
* Add steps to README for adding a configuration packageGravatar Tom Willemse2020-03-271-6/+40
|
* Add json configurationGravatar Tom Willemse2020-03-273-0/+53
|
* Open file links in org-mode in the same windowGravatar Tom Willemse2020-03-261-1/+3
|
* Add simple READMEGravatar Tom Willemse2020-03-251-0/+7
|
* Disable electric-pair-local-mode in C#Gravatar Tom Willemse2020-03-251-2/+1
|
* Add ‘fill-column-indicator’ to C# configurationGravatar Tom Willemse2020-03-201-2/+3
|
* Remove dependency declarations from Cask filesGravatar Tom Willemse2020-03-2012-57/+0
| | | | | | The dependencies are also in the package files themselves and are the actual source of truth. The way I’ve reorganized the stages should mean that this isn’t necessary anymore.
* Reorganize and add context to org-capture-templatesGravatar Tom Willemse2020-03-101-4/+19
|
* Add sort lines to gui hydraGravatar Tom Willemse2020-03-081-6/+7
|
* Add org-edna to org-configurationGravatar Tom Willemse2020-03-081-2/+5
|
* Add some more capture templatesGravatar Tom Willemse2020-03-081-2/+12
|
* Add some more commands to org-hydraGravatar Tom Willemse2020-03-081-7/+10
|
* Add list-packages to common gui hydraGravatar Tom Willemse2020-03-081-5/+8
|
* Add hydra for basic gui stuffGravatar Tom Willemse2020-03-061-2/+11
|
* Add hydra for emacs-lispGravatar Tom Willemse2020-03-061-2/+11
|
* Remove color settings from oni-hydraGravatar Tom Willemse2020-03-061-7/+1
| | | | They’ve been moved to be part of ‘yoshi-theme’.
* Fix projectile on WindowsGravatar Tom Willemse2020-03-061-3/+2
|
* Add some C# commands with a hydraGravatar Tom Willemse2020-03-061-2/+43
|
* Add .cask to the ignore directories list for grepGravatar Tom Willemse2020-03-051-1/+3
|
* Add oni-hydra configuration, spruce up some hydrasGravatar Tom Willemse2020-03-058-24/+78
|
* Fix warnings about possibly non-existent variable ↵Gravatar Tom Willemse2020-03-021-1/+2
| | | | company-backends
* Add forgotten autoload cookieGravatar Tom Willemse2020-03-021-1/+2
|
* Add snippets to oni-csharpGravatar Tom Willemse2020-03-025-3/+59
|