aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
...
* Make C-d quit eshell when appropriateGravatar Tom Willemse2016-11-041-0/+20
|
* Add eshell fringe status to eshellGravatar Tom Willemse2016-11-041-0/+6
|
* Fix eshell configurationGravatar Tom Willemse2016-11-041-2/+9
|
* Add slack configGravatar Tom Willemse2016-11-033-0/+39
|
* Fix filename errorGravatar Tom Willemse2016-11-031-0/+0
|
* Add eshell configurationGravatar Tom Willemse2016-11-022-0/+18
|
* Fix compiler warningsGravatar Tom Willemse2016-11-021-0/+4
|
* Move org config, add following linksGravatar Tom Willemse2016-10-292-17/+26
|
* Move Emacs Lisp config, add rainbow delimiters, companyGravatar Tom Willemse2016-10-292-6/+25
|
* Add company mode configGravatar Tom Willemse2016-10-292-0/+14
|
* Add rainbow mode to css modeGravatar Tom Willemse2016-10-201-0/+7
|
* Fix Emacs makefileGravatar Tom Willemse2016-10-201-1/+1
|
* Ignore jedi’s python environmentsGravatar Tom Willemse2016-10-191-0/+2
|
* Enable company-mode in CSS modeGravatar Tom Willemse2016-10-191-0/+6
|
* Change Gnus group buffer line formatGravatar Tom Willemse2016-10-191-0/+6
|
* Move Gnus config to separate fileGravatar Tom Willemse2016-10-192-142/+133
|
* Add a helpers libraryGravatar Tom Willemse2016-10-192-23/+46
| | | | | This way different modules can use it without getting weird circular dependencies.
* Add the site lisp dir to load path for compilationGravatar Tom Willemse2016-10-191-0/+1
|
* Compile site lisps before main initGravatar Tom Willemse2016-10-191-1/+1
| | | | | | | This stops Emacs complaining that some file is newer when the main config depends on it. I don’t add a make dependency between them because init.el doesn’t need to be recompiled when normal elisp files are changed. Only when macros are involved.
* Enable electric pairing in (S)CSS buffersGravatar Tom Willemse2016-10-172-8/+22
|
* Ignore compiled zsh functions in counselGravatar Tom Willemse2016-10-171-1/+3
|
* Make sure init files have unique namesGravatar Tom Willemse2016-10-167-6/+12
|
* Fix byte compiler warningsGravatar Tom Willemse2016-10-141-0/+4
|
* Make dired open PDF and image files in proper programsGravatar Tom Willemse2016-10-141-0/+14
|
* Add Ediff configurationGravatar Tom Willemse2016-10-142-0/+43
|
* Enable company mode in PHP modeGravatar Tom Willemse2016-10-141-0/+16
|
* Force requiring final newline in PHP modeGravatar Tom Willemse2016-10-141-0/+10
|
* Add shell script mode configGravatar Tom Willemse2016-10-142-0/+20
|
* Add php mode configGravatar Tom Willemse2016-10-132-0/+26
|
* Show magit-status in full-frameGravatar Tom Willemse2016-10-131-0/+14
|
* Move magit config to separate fileGravatar Tom Willemse2016-10-132-14/+21
|
* Add Dired configGravatar Tom Willemse2016-10-133-1/+38
|
* Fix setting known projects file for projectileGravatar Tom Willemse2016-10-111-2/+10
|
* Turn on electric indent mode in js-mode buffersGravatar Tom Willemse2016-10-101-0/+6
|
* Add js-mode configurationGravatar Tom Willemse2016-10-103-1/+29
|
* 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
|
* Enable electric-pair-local-mode in MakefilesGravatar Tom Willemse2016-10-071-0/+6
|
* Use Conkeror to open URLsGravatar Tom Willemse2016-10-061-0/+11
|