aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Prevent ‘auto-fill’ from filling the ↵Gravatar Tom Willemse2020-06-161-4/+5
| | | | Package-Requires line
* Add handle specification for oni-elispGravatar Tom Willemse2020-06-161-2/+7
|
* Fix active keymap issue in esh-autosuggestGravatar Tom Willemse2020-06-151-1/+7
| | | | | ‘esh-autosuggest’ sets the value for ‘company-active-map’, but because I use ‘company-posframe’ I need it to set ‘company-posframe-active-map’.
* Add circe-serenity and org-azure-devops development reposGravatar Tom Willemse2020-05-141-1/+9
|
* Add my vc-p4 package to package-archivesGravatar Tom Willemse2020-05-131-2/+6
|
* Fixup oni-bat loading testGravatar Tom Willemse2020-05-111-3/+3
|
* Add functions to create notes while reading ebooksGravatar Tom Willemse2020-05-111-2/+60
|
* Add snippet for autoload cookieGravatar Tom Willemse2020-05-021-0/+5
|
* Enable ‘bmx-mode’Gravatar Tom Willemse2020-05-023-0/+54
| | | | ‘bmx-mode’ is a package to be used with ‘bat-mode’.
* Add gcmh - the Garbage Collection Magic HackGravatar Tom Willemse2020-04-301-2/+4
|
* Add rainbow-delimiters-mode to HaskellGravatar Tom Willemse2020-04-301-2/+7
| | | | | Also enable ‘electric-pair-local-mode’ and ‘rainbow-delimiters-mode’ in Inferior Haskell buffers.
* Don’t specify a variable pitch fontGravatar Tom Willemse2020-04-301-2/+1
| | | | | This way doesn’t work with running Emacs as a daemon. It doesn’t seem to be doing bold right...
* Colorize shr headings a bit moreGravatar Tom Willemse2020-04-301-1/+9
|
* Fix making scripts executable on saveGravatar Tom Willemse2020-04-302-3/+3
|
* Fix oni-core testsGravatar Tom Willemse2020-04-262-8/+8
|
* Silence ‘recentf-save-list’Gravatar Tom Willemse2020-04-261-2/+7
| | | | | | ‘recentf-save-list’ sends a message that it’s saving the recentf list, but seeing that after every time I don’t do something for 10 seconds in Emacs gets a little annoying.
* Load gravatar avatars in GnusGravatar Tom Willemse2020-04-231-1/+3
|
* Fix up shopping listGravatar Tom Willemse2020-04-201-6/+2
|
* Hide future scheduled items from tag searchesGravatar Tom Willemse2020-04-201-1/+2
| | | | | | | | The value of the variable ‘org-agenda-todo-ignore-scheduled’ causes it to ignore any scheduled items that aren’t scheduled for today or in the past, ‘org-agenda-tags-todo-honor-ignore-options’ makes the value of ‘org-agenda-todo-ignore-scheduled’ also apply to tag searches. Since I’ve replaced my global todo list with a tag search, this is preferable.
* Add extra newline to the plain note capture templateGravatar Tom Willemse2020-04-201-2/+2
| | | | | | I’m using the date as a kind-of header, calling ‘fill-paragraph’ doesn’t understand that the date isn’t part of the paragraph. It also looks a little cleaner in my opinion.
* Fix code example capture for non-unique buffersGravatar Tom Willemse2020-04-201-3/+3
| | | | | | If there are 2 files name "Program.cs" open, for example, the simple ‘(get-buffer "Program.cs")’ won’t work. ‘find-file-noselect’ can work if we pass in the full file path using the ‘%F’ format placeholder.
* Automatically make shell scripts executableGravatar Tom Willemse2020-04-201-1/+2
|
* Add date to GNUS summary linesGravatar Tom Willemse2020-04-151-1/+2
|
* Tell sbcl not to use lineditGravatar Tom Willemse2020-04-151-2/+2
| | | | | linedit is a package for SBCL (and other lisps?) somewhat like readline. Make interactive use outside of Emacs much nicer.