summaryrefslogtreecommitdiffstats
path: root/emacs/site-lisp/oni.el
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* MoreGravatar Tom Willemse2013-04-101-2/+2
|
* Emacs: speedup calling of ansi-termGravatar Tom Willemsen2013-03-291-1/+1
|
* Emacs: Remove jabber-init from oni.elGravatar Tom Willemsen2013-03-221-4/+0
| | | | It was moved to init.org some commits ago
* Emacs: move ido settings to orgGravatar Tom Willemsen2013-03-111-13/+0
|
* emacs: Don't use avatars with jabberGravatar Tom Willemsen2013-02-191-4/+1
|
* Move .emacs.d to emacsGravatar Tom Willemsen2013-02-171-0/+574
Since it's no longer placed directly in the home directory it doesn't need to be named exacly the same.