aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
Commit message (Collapse)AuthorAgeFilesLines
...
* Move js and css grep-file-aliases to emacs-configGravatar Tom Willemse2019-02-191-2/+0
|
* Move ‘sh-mode’ config to emacs-configGravatar Tom Willemse2019-02-191-33/+0
|
* Remove loading of ‘oni-align’Gravatar Tom Willemse2019-02-181-1/+0
| | | | | It was removed in a previous commit because all the code in it was moved to other files.
* Move ‘css-mode’ configuration to emacs-configGravatar Tom Willemse2019-02-183-165/+0
|
* Move Slack configuration to emacs-configGravatar Tom Willemse2019-02-182-43/+0
|
* Move js2 auto-mode specification to emacs-configGravatar Tom Willemse2019-02-181-1/+0
|
* Move PHP configuration to emacs-configGravatar Tom Willemse2019-02-183-91/+0
|
* Move ‘clojure-mode’ and ‘cider’ configuration to ↵Gravatar Tom Willemse2019-02-183-102/+0
| | | | emacs-config
* Remove superfluous add-hookGravatar Tom Willemse2019-02-131-2/+0
| | | | The function is already added to the hook elsewhere.
* Remove lisp-mode config, it's already in emacs-configGravatar Tom Willemse2019-02-131-6/+0
|
* Move Elisp config to emacs-configGravatar Tom Willemse2019-02-132-36/+0
|
* Move org mode configuration to emacs-configGravatar Tom Willemse2019-02-122-136/+0
|
* Move ‘js2-mode’ configuration to emacs-configGravatar Tom Willemse2019-02-062-49/+0
|
* Move Company configuration to emacs-configGravatar Tom Willemse2019-02-062-78/+0
|
* Fix warning from latest OrgGravatar Tom Willemse2019-02-011-1/+1
|
* Add a Journal entry capture templateGravatar Tom Willemse2019-02-011-1/+5
|
* Set default ‘fill-column’ to 80Gravatar Tom Willemse2019-02-011-0/+2
|
* Move flycheck config to emacs-configGravatar Tom Willemse2019-01-302-42/+0
|
* Move python config to emacs-configGravatar Tom Willemse2019-01-302-35/+0
|
* 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
|