summaryrefslogtreecommitdiffstats
path: root/emacs/site-lisp
Commit message (Collapse)AuthorAgeFilesLines
* Emacs config has moved on...Gravatar Tom Willemse2013-07-038-741/+0
|
* Specify my personal and work agendas for refileGravatar Tom Willemse2013-06-291-1/+3
|
* Add some extra commandsGravatar Tom Willemse2013-06-131-0/+32
| | | | This allows me to publish articles more easily.
* Remove reference to oni.elGravatar Tom Willemse2013-06-011-1/+0
|
* Remove oni.elGravatar Tom Willemse2013-06-011-494/+0
|
* Move the last parts of ext.el into initGravatar Tom Willemse2013-06-011-54/+0
|
* Update Emacs config to use dotfiles2.mkGravatar Tom Willemse2013-05-261-5/+6
|
* Fix eltuki for org 8.0Gravatar Tom Willemse2013-05-251-3/+5
|
* 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-231-8/+0
|
* Remove some old custom functionsGravatar Tom Willemse2013-05-151-21/+0
| | | | They get in the way more than they should.
* Revert "Move as much as possible to custom.el"Gravatar Tom Willemse2013-05-042-7/+1
| | | | 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-021-0/+7
|
* Show emms playing title in the mode-lineGravatar Tom Willemse2013-05-011-0/+14
|
* Sort todo lists on priority firstGravatar Tom Willemse2013-04-251-1/+1
|
* Literate init.el againGravatar Tom Willemse2013-04-233-34/+41
|
* Move some minor-mode management from oni.elGravatar Tom Willemse2013-04-151-54/+5
|
* Enable flycheck for some more modesGravatar Tom Willemse2013-04-151-7/+3
| | | | | | | | | | Also put all the hook additions in a single place, instead of in each special function. Both the advantages to this method are: - Being able to see in a second where flycheck is enabled. - If all minor modes are added separately it's easy to see exactly which are enabled for a specific mode, just by looking at its hook variable.
* Have the install command uninstall firstGravatar Tom Willemse2013-04-141-1/+1
| | | | | | The new uninstall functionality tries to remove any "orphan" files. Files that were installed during the last install, but will not be installed this time (because of removal, not necessity).
* MoreGravatar Tom Willemse2013-04-108-16/+16
|
* Emacs: Stop using orgGravatar Tom Willemsen2013-04-091-10/+0
| | | | | I like literal programming, but I'm nog good at writing stories for each change.
* Emacs: speedup calling of ansi-termGravatar Tom Willemsen2013-03-291-1/+1
|
* Emacs: Remove newsticker-init.el from MakefileGravatar Tom Willemsen2013-03-281-2/+2
|
* Emacs: Remove emacs/site-lisp/newsticker-init.elGravatar Tom Willemsen2013-03-281-6/+0
| | | | I haven't used newsticker in quite a while...
* Emacs: Remove jabber-init from oni.elGravatar Tom Willemsen2013-03-221-4/+0
| | | | It was moved to init.org some commits ago
* Emacs: Hide compilation window more consistentlyGravatar Tom Willemsen2013-03-221-2/+3
|
* Emacs: move ido settings to orgGravatar Tom Willemsen2013-03-111-13/+0
|
* Emacs: Reverse-sort org tasksGravatar Tom Willemsen2013-03-101-1/+2
|
* emacs: Don't use avatars with jabberGravatar Tom Willemsen2013-02-191-4/+1
|
* Move .emacs.d to emacsGravatar Tom Willemsen2013-02-1711-0/+1336
Since it's no longer placed directly in the home directory it doesn't need to be named exacly the same.