summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorder hooksGravatar Tom Willemse2013-12-311-83/+106
|
* Rename macrosGravatar Tom Willemse2013-12-311-17/+17
|
* Explicitly turn on ido-modeGravatar Tom Willemse2013-12-311-4/+4
| | | | | | Sometimes it seems my init.el gets re-evaluated, `ido-mode' would turn on and off without an explicit argument. Passing `1' as the first argument makes sure it's always turned on.
* Set cursor-type default, don't show cursor in other windowGravatar Tom Willemse2013-12-311-2/+3
|
* Set cursor-type to barGravatar Tom Willemse2013-12-311-0/+2
|
* Reorder misc stuffGravatar Tom Willemse2013-12-301-27/+20
|
* Reorder load-path and keysGravatar Tom Willemse2013-12-301-66/+64
|
* Demote Macro headingGravatar Tom Willemse2013-12-301-1/+1
|
* Reorder adviceGravatar Tom Willemse2013-12-301-18/+20
|
* Reorder hooksGravatar Tom Willemse2013-12-301-78/+69
|
* Reorder module-specific settingsGravatar Tom Willemse2013-12-301-100/+96
|
* Reorder unconditional settingsGravatar Tom Willemse2013-12-301-32/+34
|
* No more need to require uniquifyGravatar Tom Willemse2013-12-301-2/+0
|
* Reorder autoloadsGravatar Tom Willemse2013-12-301-17/+19
|
* Reorder functionsGravatar Tom Willemse2013-12-301-693/+687
|
* Make sure packages are available for compilationGravatar Tom Willemse2013-12-301-8/+8
|
* Reorder variablesGravatar Tom Willemse2013-12-301-12/+16
|
* Enable outline-minor-mode in init.elGravatar Tom Willemse2013-12-301-0/+1
|
* Use same symbols for lisp and emacs-lispGravatar Tom Willemse2013-12-301-0/+1
|
* Add some docstrings to silence warningsGravatar Tom Willemse2013-12-301-0/+4
|
* Reorder macrosGravatar Tom Willemse2013-12-301-55/+56
|
* Use buffer-name for some information in eshellGravatar Tom Willemse2013-12-291-18/+20
| | | | This makes the eshell prompt shorter
* Make URLs clickable in eshellGravatar Tom Willemse2013-12-291-0/+12
|
* Increase font size, disable electric-indent-modeGravatar Tom Willemse2013-12-141-1/+3
|
* Update init.elGravatar Tom Willemse2013-12-121-22/+88
| | | | | | | | | | | | | | | | | | | | | - Add some folding indicators - Don't check the version of emacs to decide on =prettify-symbols-mode=, check if it exists. - Add macros that allow me to specify certain modes be linked or be mutually exclusive. - Return to using the default way to make magit create default branch names. - Make tab toggle outline entries when on an outline header and =outline-minor-mode= is enabled. If either is not true, call the regularly bound function instead. - Add command which adds the shell command executed when =shell-command= would print to the current buffer and then calls =shell-command=. Bind this command to ~M-!~ in jabber chat buffers.
* Use bs-show instead of ibufferGravatar Tom Willemse2013-12-021-3/+3
|
* Change font to Cosmic Sans Neue MonoGravatar Tom Willemse2013-12-021-1/+1
|
* Start using outlineGravatar Tom Willemse2013-12-021-1/+7
|
* Turn off fci-mode when magit-blame-mode startsGravatar Tom Willemse2013-12-021-0/+6
|
* Toggle persistent-outline-mode with outline-minor-modeGravatar Tom Willemse2013-12-021-0/+9
|
* Add magit-fetch keybindingGravatar Tom Willemse2013-12-021-0/+1
|
* Add easy wdired keybinding to diredGravatar Tom Willemse2013-12-021-0/+7
|
* Do away with literate programmingGravatar Tom Willemse2013-11-271-2/+196
|
* Fix config for phoenixGravatar Tom Willemse2013-11-271-4/+4
|
* Use smartparens-strict-mode, closer to pareditGravatar Tom Willemse2013-11-171-1/+1
|
* Remove addf macro, push does the sameGravatar Tom Willemse2013-11-171-6/+2
|
* Update link to stante-after, move stumpwm stuff to init.orgGravatar Tom Willemse2013-11-071-21/+0
|
* Update emacs configurationGravatar Tom Willemse2013-11-031-118/+66
|
* Use PT Mono fontGravatar Tom Willemse2013-08-251-1/+1
|
* Add org2blog settingsGravatar Tom Willemse2013-08-251-0/+6
|
* Don't destroy ERC buffers when switching desktopsGravatar Tom Willemse2013-08-251-3/+5
|
* Always skip closing pairGravatar Tom Willemse2013-08-191-1/+2
|
* Add some hy bindingsGravatar Tom Willemse2013-08-191-0/+6
|
* Fix some warnings, eshell++Gravatar Tom Willemse2013-08-171-20/+37
|
* Minor changesGravatar Tom Willemse2013-08-171-2/+13
|
* Move jabber config to separate fileGravatar Tom Willemse2013-08-141-71/+3
|
* Initial commit of my Emacs configuration in vcshGravatar Tom Willemse2013-08-131-0/+1201