summaryrefslogtreecommitdiffstats
path: root/emacs/init.org
Commit message (Collapse)AuthorAgeFilesLines
* Don't literate-program Emacs initGravatar Tom Willemse2013-06-291-2263/+0
| | | | It's too tiring...
* Don't diminishGravatar Tom Willemse2013-06-101-13/+0
|
* Skip any "migrations" dirs with rgrepGravatar Tom Willemse2013-06-101-0/+12
|
* Disable flycheck for CSSGravatar Tom Willemse2013-06-101-1/+0
| | | | The checker it uses causes my CPU consumption to jump to idiotic levels.
* Use new mode-icons apiGravatar Tom Willemse2013-06-051-1/+6
|
* Add PKGBUILD and .install to sh-mode auto modesGravatar Tom Willemse2013-06-051-1/+11
|
* Add tagGravatar Tom Willemse2013-06-051-1/+1
|
* Use C-c d d for desktop-registry, not desktopGravatar Tom Willemse2013-06-051-1/+10
|
* Don't look at .emacs.desktop.lock filesGravatar Tom Willemse2013-06-051-0/+9
|
* Try to delay loading quicklisp-helperGravatar Tom Willemse2013-06-051-2/+6
|
* Don't call package-initialize manuallyGravatar Tom Willemse2013-06-011-11/+28
| | | | | It really isn't necessary if you just defer everything depending on it until after emacs has started up.
* Remove oni.elGravatar Tom Willemse2013-06-011-6/+473
|
* Move the last parts of ext.el into initGravatar Tom Willemse2013-06-011-5/+36
|
* Add enhanced eval-after-loadGravatar Tom Willemse2013-05-311-66/+102
|
* Improve navigation in org-modeGravatar Tom Willemse2013-05-311-0/+12
|
* Add some desktop.el settingsGravatar Tom Willemse2013-05-311-2/+49
|
* Don't hide compilation windowGravatar Tom Willemse2013-05-311-20/+0
| | | | | Now that I've got a different setup where I usually don't get more than 2 windows the compilation buffer pop-up isn't so annoying anymore.
* Minor fixesGravatar Tom Willemse2013-05-291-2/+3
|
* Move Emacs Alsa Player settingsGravatar Tom Willemse2013-05-291-7/+14
|
* Remove skip equal charsGravatar Tom Willemse2013-05-291-15/+0
| | | | Caused more problems than it solved
* Don't use flycheck in js2-modeGravatar Tom Willemse2013-05-291-1/+0
|
* Skip over characters following pointGravatar Tom Willemse2013-05-251-0/+15
|
* Fix typoGravatar Tom Willemse2013-05-251-1/+1
|
* Return of the Envy Code RGravatar Tom Willemse2013-05-251-1/+1
|
* Move slime-helper and move-beginning-of-dwim functionsGravatar Tom Willemse2013-05-231-2/+34
|
* Remove some old custom functionsGravatar Tom Willemse2013-05-151-3/+0
| | | | They get in the way more than they should.
* Add some smartparens keys to python-modeGravatar Tom Willemse2013-05-151-0/+21
|
* Fix function nameGravatar Tom Willemse2013-05-051-1/+1
|
* Revert "Move as much as possible to custom.el"Gravatar Tom Willemse2013-05-041-5/+752
| | | | This reverts commit ca90f4623b44157ffa08555b4ac448d1b440ac5f.
* Move as much as possible to custom.elGravatar Tom Willemse2013-05-021-747/+8
|
* Show emms playing title in the mode-lineGravatar Tom Willemse2013-05-011-10/+30
|
* 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
|
* Literate init.el againGravatar Tom Willemse2013-04-231-0/+1518
|
* Emacs: Stop using orgGravatar Tom Willemsen2013-04-091-844/+0
| | | | | 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: 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: Add text about org-initGravatar Tom Willemsen2013-03-281-0/+6
|
* Emacs: Remove emacs/site-lisp/newsticker-init.elGravatar Tom Willemsen2013-03-281-1/+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-281-1/+1
|
* Emacs: Move everything from init.el to init.orgGravatar Tom Willemsen2013-03-281-455/+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
|