aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency declarations from Cask filesGravatar Tom Willemse2020-03-201-6/+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 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 oni-hydra configuration, spruce up some hydrasGravatar Tom Willemse2020-03-051-8/+15
|
* Don’t let me accidentally write in the wrong placeGravatar Tom Willemse2020-02-031-1/+2
|
* 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
|
* 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
|
* Require subr-x in org-mode for ‘when-let’Gravatar Tom Willemse2020-01-141-1/+2
|
* Generate different colors for TODO keywords and tagsGravatar Tom Willemse2020-01-131-1/+34
|
* Enable spell checking in org-modeGravatar Tom Willemse2020-01-081-1/+2
|
* Add bookmarks file in org-modeGravatar Tom Willemse2019-11-251-2/+3
|
* Set org-list-description-max-indentGravatar Tom Willemse2019-10-181-1/+8
| | | | | | It's always bothered me that a description list in org-mode might be indented quite a bit if the terms aren't long enough. With this change they'll always indent the same way, using 5 spaces.
* Enable Java in org-mode source code blocksGravatar Tom Willemse2019-09-161-1/+4
|
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | In order to support my tablet which seems to have a lower maximum integer value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers I was using before. It would turn them into floating point numbers, which adds a ~.0~, this made it impossible to install any package. Any installations I have will need to reinstall all their oni packages so that the new version number is picked up, since the new version number will be lower than the old one.
* Add snippets for ‘oni-org’Gravatar Tom Willemse2019-08-277-0/+320