aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
Commit message (Collapse)AuthorAgeFilesLines
* Add multiple cursors configurationGravatar Tom Willemse2017-03-051-0/+9
|
* Show the outline when the file is loadedGravatar Tom Willemse2017-03-051-1/+1
|
* Reorganize second section of Emacs initGravatar Tom Willemse2017-03-051-95/+137
|
* Reorganize first section in Emacs’ init.orgGravatar Tom Willemse2017-03-051-97/+119
|
* Merge remote-tracking branch 'gitlab/index'Gravatar Tom Willemse2017-01-111-7/+10
|\
| * Merge remote-tracking branch 'origin/index' into indexGravatar Tom Willemse2017-01-081-1/+36
| |\
| * | Remove defunct hookGravatar Tom Willemse2016-12-311-7/+0
| | | | | | | | | | | | Apparently there is no ‘cider-turn-on-eldoc-mode’ procedure.
| * | Don’t show the startup screen in EmacsGravatar Tom Willemse2016-12-311-0/+10
| | |
* | | Show nickname instead of username in jabberGravatar Tom Willemse2017-01-111-3/+3
| | |
* | | Fix connection settings for jabberGravatar Tom Willemse2017-01-111-2/+2
| | |
* | | Don’t show compilation buffer unless there are errorsGravatar Tom Willemse2016-12-021-1/+10
| |/ |/|
* | Add my svg-mode-line themeGravatar Tom Willemse2016-11-241-0/+21
| |
* | Remove background colors from shrGravatar Tom Willemse2016-11-151-0/+8
| |
* | Add compilation mode configGravatar Tom Willemse2016-11-151-0/+6
| |
* | Fix loading of scheme settingsGravatar Tom Willemse2016-11-101-1/+1
|/
* Fix linkGravatar Tom Willemse2016-11-091-1/+1
|
* Move scheme config to separate fileGravatar Tom Willemse2016-11-051-14/+4
|
* Fix linkGravatar Tom Willemse2016-11-041-1/+1
|
* Move Circe config to separate fileGravatar Tom Willemse2016-11-041-60/+6
|
* Rename sermon -> circe-serenityGravatar Tom Willemse2016-11-041-2/+2
|
* Add slack configGravatar Tom Willemse2016-11-031-0/+6
|
* Add eshell configurationGravatar Tom Willemse2016-11-021-0/+6
|
* Move org config, add following linksGravatar Tom Willemse2016-10-291-17/+7
|
* Move Emacs Lisp config, add rainbow delimiters, companyGravatar Tom Willemse2016-10-291-6/+5
|
* Add company mode configGravatar Tom Willemse2016-10-291-0/+7
|
* Move Gnus config to separate fileGravatar Tom Willemse2016-10-191-142/+5
|
* Add a helpers libraryGravatar Tom Willemse2016-10-191-23/+2
| | | | | This way different modules can use it without getting weird circular dependencies.
* Enable electric pairing in (S)CSS buffersGravatar Tom Willemse2016-10-171-8/+6
|
* Ignore compiled zsh functions in counselGravatar Tom Willemse2016-10-171-1/+3
|
* Make sure init files have unique namesGravatar Tom Willemse2016-10-161-6/+6
|
* Add Ediff configurationGravatar Tom Willemse2016-10-141-0/+6
|
* Add shell script mode configGravatar Tom Willemse2016-10-141-0/+7
|
* Add php mode configGravatar Tom Willemse2016-10-131-0/+7
|
* Move magit config to separate fileGravatar Tom Willemse2016-10-131-14/+5
|
* Add Dired configGravatar Tom Willemse2016-10-131-0/+7
|
* Fix setting known projects file for projectileGravatar Tom Willemse2016-10-111-2/+10
|
* Add js-mode configurationGravatar Tom Willemse2016-10-101-0/+18
|
* Change default cursor typeGravatar Tom Willemse2016-10-101-0/+8
|
* Shorten flycheck mode line lighterGravatar Tom Willemse2016-10-101-0/+7
|
* Stop using the ensure-library macroGravatar Tom Willemse2016-10-101-114/+20
| | | | There are simpler ways to achieve the same thing.
* Use electric pair instead of paredit in minibufferGravatar Tom Willemse2016-10-081-1/+1
| | | | | | Paredit mode is too aggressive with it’s keybindings, I did not realize that this would also be used by ivy and the like. Using paredit in ivy overwrites some important keybindings such as C-j.
* Hide project name when not in a projectGravatar Tom Willemse2016-10-081-1/+4
|
* Use an icon to show server modeGravatar Tom Willemse2016-10-081-0/+11
|
* Move projectile cache fileGravatar Tom Willemse2016-10-081-0/+2
|
* Manually set default directory for jabber chatsGravatar Tom Willemse2016-10-081-0/+10
| | | | | Otherwise jabber chat buffers become part of whichever project is opened when a message comes in and gets closed when the project is killed.
* Enable paredit mode in minibufferGravatar Tom Willemse2016-10-081-0/+8
|
* Store known projectile projects in data dirGravatar Tom Willemse2016-10-071-0/+7
|
* Fix jabber promptsGravatar Tom Willemse2016-10-071-3/+3
|
* Add projectile configurationGravatar Tom Willemse2016-10-071-0/+33
|
* Add automatic alignment rules for CSS and PHP codeGravatar Tom Willemse2016-10-071-0/+84
|