summaryrefslogtreecommitdiffstats
path: root/emacs/site-lisp/oni.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove oni.elGravatar Tom Willemse2013-06-011-494/+0
|
* 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-041-7/+0
| | | | This reverts commit ca90f4623b44157ffa08555b4ac448d1b440ac5f.
* 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
|
* Literate init.el againGravatar Tom Willemse2013-04-231-32/+32
|
* 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.