summaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Improve the custom scoll functionsGravatar Tom Willemse2013-04-151-8/+14
| | | | | | This way they won't go to the next page if they can scroll enough, only when the en of a page has been reached will they go to the next one.
* Enable narrow-to-page and sort listGravatar Tom Willemse2013-04-151-1/+3
|
* Remove mode-icons from the load-pathGravatar Tom Willemse2013-04-151-2/+2
| | | | I use a package for it now.
* Improve some commentsGravatar Tom Willemse2013-04-151-3/+5
|
* Enable flycheck for some more modesGravatar Tom Willemse2013-04-152-7/+18
| | | | | | | | | | 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-147-7/+7
| | | | | | 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).
* Emacs: Enable compilation-minor-mode for pony-mode ↵Gravatar Tom Willemse2013-04-111-0/+10
| | | | comint buffers
* MoreGravatar Tom Willemse2013-04-1011-19/+20
|
* Emacs: Stop using orgGravatar Tom Willemsen2013-04-095-859/+607
| | | | | I like literal programming, but I'm nog good at writing stories for each change.
* Emacs: Add case functions, vala-mode changeGravatar Tom Willemsen2013-04-031-0/+36
| | | | | | | Add some functions that may help me managing case for enums and such. For some reason vala-mode really likes having indent-tabs-mode turned on, but I prefer it off anyway.
* Emacs: Automatically close ansi-term bufferGravatar Tom Willemsen2013-03-311-0/+12
|
* Emacs: speedup calling of ansi-termGravatar Tom Willemsen2013-03-291-1/+1
|
* Emacs: Add indent-defunGravatar Tom Willemsen2013-03-281-0/+16
| | | | Found at: http://emacsredux.com/blog/2013/03/28/indent-defun/
* Emacs: Remove ~/var/src from magit-repo-dirsGravatar Tom Willemsen2013-03-281-1/+1
| | | | | Only old projects live there, if I still want to work on any of them they should be moved to ~/projects/.
* Emacs: Autoload some jabber functions and don't require ↵Gravatar Tom Willemsen2013-03-281-3/+4
| | | | | | geiser-install These have just been installed through elpa.
* Emacs: Remove newsticker-init.el from MakefileGravatar Tom Willemsen2013-03-281-2/+2
|
* Emacs: Add text about org-initGravatar Tom Willemsen2013-03-281-0/+6
|
* Emacs: Remove emacs/site-lisp/newsticker-init.elGravatar Tom Willemsen2013-03-282-7/+0
| | | | I haven't used newsticker in quite a while...
* Emacs: Add text about git-commit facesGravatar Tom Willemsen2013-03-281-1/+5
|
* Emacs: Remove old org-mode locationGravatar Tom Willemsen2013-03-281-2/+1
| | | | I don't build org-mode from git sources anymore.
* Emacs: Remove extraneous loadpath additionsGravatar Tom Willemsen2013-03-281-21/+0
| | | | | I've stopped installing Emacs from the bzr sources and instead use a package again.
* Emacs: Update text about deferring execution macroGravatar Tom Willemsen2013-03-281-0/+3
|
* Emacs: Don't generate init2.el, make init.el insteadGravatar Tom Willemsen2013-03-284-17/+4
|
* Emacs: Move everything from init.el to init.orgGravatar Tom Willemsen2013-03-282-722/+637
| | | | | I'll write stuff about it later, as long as it's in the org file for now.
* Emacs: Fix minor modes widgetGravatar Tom Willemsen2013-03-231-4/+11
|
* Emacs: Enable paredit for lisp-like languagesGravatar Tom Willemsen2013-03-231-0/+7
|
* 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: Add some mode-line, minibuffer and jedi settingsGravatar Tom Willemsen2013-03-221-0/+39
|
* Emacs: Start ido-ubiquitous after initGravatar Tom Willemsen2013-03-221-1/+1
|
* Emacs: Ignore the ibuffer buffer in idoGravatar Tom Willemsen2013-03-221-1/+2
|
* Emacs: Add jabber-activity widget to mode-lineGravatar Tom Willemsen2013-03-221-11/+28
|
* Emacs: Rewrite part of index.orgGravatar Tom Willemsen2013-03-221-158/+80
|
* Emacs: Move some more jabber settings to orgGravatar Tom Willemsen2013-03-222-4/+18
|
* Emacs: Remove transparencyGravatar Tom Willemsen2013-03-221-2/+1
|
* Emacs: move ido settings to orgGravatar Tom Willemsen2013-03-113-23/+78
|
* Emacs: customize my svg-mode-line-themeGravatar Tom Willemsen2013-03-111-1/+22
|
* Emacs: remove org ELPA repoGravatar Tom Willemsen2013-03-111-2/+1
|
* Emacs: Reverse-sort org tasksGravatar Tom Willemsen2013-03-101-1/+2
|
* Emacs: Use yoshi-themeGravatar Tom Willemsen2013-03-101-2/+4
|
* emacs: Use naquadah themeGravatar Tom Willemsen2013-03-031-3/+2
|