aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix byte-compiler warningGravatar Tom Willemse2016-11-041-1/+1
|
* Add docstringsGravatar Tom Willemse2016-11-041-0/+41
|
* Remove unused functionGravatar Tom Willemse2016-11-041-5/+0
|
* Remove a lot of repetitionGravatar Tom Willemse2016-11-041-111/+29
|
* Fix name explanationGravatar Tom Willemse2016-11-041-3/+2
|
* Fix compiler warningGravatar Tom Willemse2016-11-041-0/+1
|
* Move Circe config to separate fileGravatar Tom Willemse2016-11-043-60/+59
|
* Rename sermon -> circe-serenityGravatar Tom Willemse2016-11-043-254/+254
|
* Add topic change circe formatterGravatar Tom Willemse2016-11-041-2/+20
|
* Fix sermon-disableGravatar Tom Willemse2016-11-041-1/+2
|
* 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
|