summaryrefslogtreecommitdiffstats
path: root/emacs/site-lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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.