aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
...
* Write the time stamp for files before savingGravatar Tom Willemse2019-01-281-0/+2
|
* Add some data files to ‘~/.emacs.d/data/’Gravatar Tom Willemse2019-01-281-0/+17
|
* Remove ‘package’ configurationGravatar Tom Willemse2019-01-281-21/+1
| | | | This is part of the ‘oni-package’ package now.
* Revert "Move stuff to other config files"Gravatar Tom Willemse2019-01-281-11/+38
| | | | This reverts commit 6d01ebceb9e88975daf96f518c24a55c46b44729.
* Revert "Move settings to emacs-config"Gravatar Tom Willemse2019-01-281-0/+12
| | | | This reverts commit dbd69079baa1c2aaf9921668bbc8b7fe8e8a948b.
* Move settings to emacs-configGravatar Tom Willemse2019-01-261-12/+0
|
* Move UI configuration to emacs-configGravatar Tom Willemse2019-01-241-17/+0
|
* Move stuff to other config filesGravatar Tom Willemse2019-01-231-38/+11
|
* Remove helper libraryGravatar Tom Willemse2019-01-173-77/+16
|
* Call ‘time-stamp’ before saving the bufferGravatar Tom Willemse2019-01-171-0/+2
| | | | | | | I’m trying out a new system of maintaining my Emacs configuration, which entails making a bunch of custom libraries. The version for these libraries should be exactly the time stamp from when they were saved, so they always update properly.
* Add my own package archive and load settings for package-xGravatar Tom Willemse2019-01-171-6/+14
|
* Disable org-bullets on WindowsGravatar Tom Willemse2018-12-211-2/+4
|
* Add Rust configurationGravatar Tom Willemse2018-11-252-0/+34
|
* Add msbuild files to grep aliasesGravatar Tom Willemse2018-11-151-0/+1
|
* Add targets and proj file mappingsGravatar Tom Willemse2018-11-141-0/+2
|
* Move all configuration from org to elisp filesGravatar Tom Willemse2018-09-1315-348/+361
|
* Enable electric-indent mode for Ruby filesGravatar Tom Willemse2018-09-121-0/+1
|
* Enable electic-pair mode for Ruby filesGravatar Tom Willemse2018-09-121-0/+1
|
* Remove any mention of special iconsGravatar Tom Willemse2018-09-121-13/+0
| | | | | | If the icons aren’t set up correctly they make Emacs incredibly slow. And even when they are set up correctly, it doesn’t help performance on Windows.
* Move cider configuration to separate fileGravatar Tom Willemse2018-09-112-13/+43
|
* Enable goto address mode in EshellGravatar Tom Willemse2018-09-111-0/+1
|
* Move slime config to separate fileGravatar Tom Willemse2018-09-112-7/+39
|
* Enable address-prog-mode for prog-modeGravatar Tom Willemse2018-09-111-0/+1
|
* Move and reorder lazy loaded configsGravatar Tom Willemse2018-09-111-37/+21
|
* Enable flycheck and fill-column-indicator in CGravatar Tom Willemse2018-08-141-0/+4
|
* Fix typoGravatar Tom Willemse2018-08-141-1/+1
|
* Fix gtd file locations for WindowsGravatar Tom Willemse2018-08-141-10/+24
|
* Enable flycheck and fill-column-indicator in sh-modeGravatar Tom Willemse2018-08-141-0/+2
|
* Move sh-mode config from org modeGravatar Tom Willemse2018-08-142-13/+31
|
* Manually define projectile prefix keyGravatar Tom Willemse2018-08-141-0/+2
|
* Remove init.org (I’m using init.el now)Gravatar Tom Willemse2018-07-201-1717/+0
|
* Reorganize loading codeGravatar Tom Willemse2018-07-202-37/+25
|
* Don’t compile oni-windows-nt.el on non-windows systemsGravatar Tom Willemse2018-07-193-0/+4
|
* Fix some windows settingsGravatar Tom Willemse2018-07-181-1/+8
|
* Skip any non-immediate tasks in projectsGravatar Tom Willemse2018-07-171-0/+36
| | | | Focus should always be on the _next_ task in a project.
* Prettify checkboxes in org-modeGravatar Tom Willemse2018-07-171-0/+10
|
* Remove Font AwesomeGravatar Tom Willemse2018-07-171-13/+13
| | | | | | Temporarily remove Font Awesome from being used since the glyphs show up too big and don’t seem to want to be resised by my instructions, or replaced by a different font for that matter.
* Fix warnings about web-mode variablesGravatar Tom Willemse2018-07-171-0/+2
|
* Fix some settings related to versioning backup filesGravatar Tom Willemse2018-07-171-2/+10
|
* Continue implementing GTD in org-modeGravatar Tom Willemse2018-07-171-1/+6
| | | | | | | | | | | - Set the default org notes file to my inbox. - Enable logging state changes into a drawer, since with habits I will be logging the time when a task is DONE. This can get big. - Don’t show scheduled tasks until the day they’re scheduled. - Load the org habits module so I can track my habits.
* Add some shackle rulesGravatar Tom Willemse2018-07-171-1/+3
|
* Fix typoGravatar Tom Willemse2018-07-171-1/+1
|
* [WIP] One day we’ll all be able to enjoy thisGravatar Tom Willemse2018-07-171-0/+23
|
* Merge remote-tracking branch 'origin/stripped-down' into ↵Gravatar Tom Willemse2018-07-1710-64/+139
|\ | | | | | | stripped-down
| * Add windows-specific projectile settingsGravatar Tom Willemse2018-07-161-0/+4
| |
| * Update web-mode configGravatar Tom Willemse2018-07-161-0/+7
| |
| * Add fabfile.py as projectile project fileGravatar Tom Willemse2018-07-161-0/+1
| |
| * Update org-mode configGravatar Tom Willemse2018-07-161-2/+32
| |
| * Include node externs and don't warn about semicolonsGravatar Tom Willemse2018-07-161-0/+2
| |
| * Move js-mode config out of org-modeGravatar Tom Willemse2018-07-162-16/+35
| |