summaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
...
* A bunch of changes...Gravatar Tom Willemse2013-06-291-78/+58
|
* Don't ignore init.elGravatar Tom Willemse2013-06-131-1/+0
|
* Don't generate init.el from init.orgGravatar Tom Willemse2013-06-131-4/+4
|
* Add some extra commandsGravatar Tom Willemse2013-06-131-0/+32
| | | | This allows me to publish articles more easily.
* Use init.el directly againGravatar Tom Willemse2013-06-131-0/+1156
| | | | I'm getting tired of maintaining a such a document...
* Don't diminishGravatar Tom Willemse2013-06-101-13/+0
|
* Skip any "migrations" dirs with rgrepGravatar Tom Willemse2013-06-101-0/+12
|
* Disable flycheck for CSSGravatar Tom Willemse2013-06-101-1/+0
| | | | The checker it uses causes my CPU consumption to jump to idiotic levels.
* Use new mode-icons apiGravatar Tom Willemse2013-06-051-1/+6
|
* Add PKGBUILD and .install to sh-mode auto modesGravatar Tom Willemse2013-06-051-1/+11
|
* Add tagGravatar Tom Willemse2013-06-051-1/+1
|
* Use C-c d d for desktop-registry, not desktopGravatar Tom Willemse2013-06-051-1/+10
|
* Don't look at .emacs.desktop.lock filesGravatar Tom Willemse2013-06-051-0/+9
|
* Try to delay loading quicklisp-helperGravatar Tom Willemse2013-06-051-2/+6
|
* Remove reference to oni.elGravatar Tom Willemse2013-06-011-1/+0
|
* Don't call package-initialize manuallyGravatar Tom Willemse2013-06-011-11/+28
| | | | | It really isn't necessary if you just defer everything depending on it until after emacs has started up.
* Remove oni.elGravatar Tom Willemse2013-06-012-500/+473
|
* Move the last parts of ext.el into initGravatar Tom Willemse2013-06-012-59/+36
|
* Make init.elc from init.elGravatar Tom Willemse2013-05-311-1/+4
|
* Add enhanced eval-after-loadGravatar Tom Willemse2013-05-311-66/+102
|
* Improve navigation in org-modeGravatar Tom Willemse2013-05-311-0/+12
|
* Add some desktop.el settingsGravatar Tom Willemse2013-05-311-2/+49
|
* Don't hide compilation windowGravatar Tom Willemse2013-05-311-20/+0
| | | | | Now that I've got a different setup where I usually don't get more than 2 windows the compilation buffer pop-up isn't so annoying anymore.
* Minor fixesGravatar Tom Willemse2013-05-291-2/+3
|
* Move Emacs Alsa Player settingsGravatar Tom Willemse2013-05-291-7/+14
|
* Remove skip equal charsGravatar Tom Willemse2013-05-291-15/+0
| | | | Caused more problems than it solved
* Don't use flycheck in js2-modeGravatar Tom Willemse2013-05-291-1/+0
|
* Update Emacs config to use dotfiles2.mkGravatar Tom Willemse2013-05-268-19/+42
|
* Skip over characters following pointGravatar Tom Willemse2013-05-251-0/+15
|
* Fix typoGravatar Tom Willemse2013-05-251-1/+1
|
* Fix eltuki for org 8.0Gravatar Tom Willemse2013-05-251-3/+5
|
* Return of the Envy Code RGravatar Tom Willemse2013-05-251-1/+1
|
* Fix running of hookGravatar Tom Willemse2013-05-251-1/+1
|
* Add face for COMMENT todo stateGravatar Tom Willemse2013-05-231-1/+2
|
* Improve oni:move-end-of-dwimGravatar Tom Willemse2013-05-231-0/+1
|
* Move slime-helper and move-beginning-of-dwim functionsGravatar Tom Willemse2013-05-232-10/+34
|
* Remove some old custom functionsGravatar Tom Willemse2013-05-152-24/+0
| | | | They get in the way more than they should.
* Add some smartparens keys to python-modeGravatar Tom Willemse2013-05-151-0/+21
|
* Fix function nameGravatar Tom Willemse2013-05-051-1/+1
|
* Revert "Move as much as possible to custom.el"Gravatar Tom Willemse2013-05-043-12/+753
| | | | This reverts commit ca90f4623b44157ffa08555b4ac448d1b440ac5f.
* Add appointment capture templateGravatar Tom Willemse2013-05-041-0/+2
|
* Add function to skip all tasks with `ex' as tagGravatar Tom Willemse2013-05-041-0/+7
|
* Move as much as possible to custom.elGravatar Tom Willemse2013-05-022-747/+15
|
* Show emms playing title in the mode-lineGravatar Tom Willemse2013-05-012-10/+44
|
* Add some smartparens customizationGravatar Tom Willemse2013-04-301-2/+18
|
* Use compilation-shell-minor-mode for pony buffersGravatar Tom Willemse2013-04-301-10/+18
| | | | It still allows for shell use, like the `*ponysh*' python shell.
* Disable undo in eshell buffersGravatar Tom Willemse2013-04-271-74/+85
|
* Sort todo lists on priority firstGravatar Tom Willemse2013-04-251-1/+1
|
* Literate init.el againGravatar Tom Willemse2013-04-237-727/+1565
|
* Move some minor-mode management from oni.elGravatar Tom Willemse2013-04-152-73/+75
|