| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Show emms playing title in the mode-line | 2013-05-01 | 2 | -10/+44 | |
| | | |||||
| * | Remove some old stuff | 2013-04-30 | 1 | -28/+0 | |
| | | |||||
| * | Add some smartparens customization | 2013-04-30 | 1 | -2/+18 | |
| | | |||||
| * | Simplify PROMPT for zsh | 2013-04-30 | 1 | -4/+5 | |
| | | |||||
| * | Update Xdefaults colors and fonts | 2013-04-30 | 1 | -19/+18 | |
| | | |||||
| * | Update github style | 2013-04-30 | 4 | -167/+169 | |
| | | |||||
| * | Use compilation-shell-minor-mode for pony buffers | 2013-04-30 | 1 | -10/+18 | |
| | | | | | It still allows for shell use, like the `*ponysh*' python shell. | ||||
| * | Disable undo in eshell buffers | 2013-04-27 | 1 | -74/+85 | |
| | | |||||
| * | Sort todo lists on priority first | 2013-04-25 | 1 | -1/+1 | |
| | | |||||
| * | Move PATHS to .zshrc | 2013-04-24 | 4 | -13/+18 | |
| | | | | | And use a new function to make it clean | ||||
| * | Use yoshi colors in style | 2013-04-23 | 3 | -38/+65 | |
| | | | | | Still in transition | ||||
| * | Literate init.el again | 2013-04-23 | 7 | -727/+1565 | |
| | | |||||
| * | Turn window background "black" | 2013-04-15 | 1 | -1/+1 | |
| | | |||||
| * | Move some minor-mode management from oni.el | 2013-04-15 | 2 | -73/+75 | |
| | | |||||
| * | Improve the custom scoll functions | 2013-04-15 | 1 | -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 list | 2013-04-15 | 1 | -1/+3 | |
| | | |||||
| * | Remove mode-icons from the load-path | 2013-04-15 | 1 | -2/+2 | |
| | | | | | I use a package for it now. | ||||
| * | Improve some comments | 2013-04-15 | 1 | -3/+5 | |
| | | |||||
| * | Enable flycheck for some more modes | 2013-04-15 | 2 | -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. | ||||
| * | Remove some files I haven't used in a while | 2013-04-15 | 1 | -6/+6 | |
| | | | | | | Also set .xsession to install with mode 744, since it needs to be executable. | ||||
| * | Change selected window border color | 2013-04-15 | 1 | -2/+2 | |
| | | | | | | This should make it a little clearer which window currently has focus, since the window title is no longer shown in the mode-line. | ||||
| * | Don't show colors if they're not supported | 2013-04-14 | 1 | -0/+8 | |
| | | |||||
| * | Add uninstall targets | 2013-04-14 | 1 | -4/+23 | |
| | | | | | | | These targets can be used to remove (parts of) the file installation. They are also used by the cleanup targets to remove complete submodules from the installation. | ||||
| * | Rename uninstall* to cleanup* | 2013-04-14 | 1 | -15/+15 | |
| | | | | | | | Since cleanup only removes that which will not be restored it makes no sense to call it uninstall. Uninstall should remove everything unconditionally. | ||||
| * | Have the install command uninstall first | 2013-04-14 | 41 | -44/+60 | |
| | | | | | | | 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 ↵ | 2013-04-11 | 1 | -0/+10 | |
| | | | | | comint buffers | ||||
| * | zsh: Simplify prompt | 2013-04-11 | 1 | -7/+4 | |
| | | |||||
| * | Stumpwm: Remove window title from mode-line | 2013-04-11 | 1 | -7/+2 | |
| | | | | | It makes stumpmw crash with certain window titles from conkeror | ||||
| * | Mutt | 2013-04-10 | 1 | -1/+0 | |
| | | |||||
| * | More | 2013-04-10 | 12 | -20/+21 | |
| | | |||||
| * | .mutt/muttrc | 2013-04-10 | 1 | -1/+1 | |
| | | |||||
| * | .mutt/muttrc | 2013-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Following in footsteps | 2013-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Emacs: Stop using org | 2013-04-09 | 5 | -859/+607 | |
| | | | | | | I like literal programming, but I'm nog good at writing stories for each change. | ||||
| * | Stumpwm: Use function instead of lambda | 2013-04-09 | 1 | -3/+6 | |
| | | |||||
| * | Conkeror: set programs for pdf, xls | 2013-04-09 | 1 | -1/+2 | |
| | | | | | To zathura and libreoffice respectively | ||||
| * | Conkeror: MozRepl doesn't work in FF 20 | 2013-04-03 | 1 | -6/+6 | |
| | | |||||
| * | Stumpwm: Change the colors | 2013-04-03 | 1 | -44/+25 | |
| | | |||||
| * | zsh: Add xls suffix alias | 2013-04-03 | 1 | -0/+1 | |
| | | |||||
| * | Emacs: Add case functions, vala-mode change | 2013-04-03 | 1 | -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. | ||||
| * | Don't install Xmonad, I don't use it anymore | 2013-03-31 | 1 | -1/+1 | |
| | | |||||
| * | Emacs: Automatically close ansi-term buffer | 2013-03-31 | 1 | -0/+12 | |
| | | |||||
| * | Don't show status for equals | 2013-03-31 | 1 | -1/+2 | |
| | | | | | | If the installed and local file are the same, don't show that it's not being installed, only show not installing older files during install. | ||||
| * | Emacs: speedup calling of ansi-term | 2013-03-29 | 1 | -1/+1 | |
| | | |||||
| * | Emacs: Add indent-defun | 2013-03-28 | 1 | -0/+16 | |
| | | | | | Found at: http://emacsredux.com/blog/2013/03/28/indent-defun/ | ||||
| * | Emacs: Remove ~/var/src from magit-repo-dirs | 2013-03-28 | 1 | -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 ↵ | 2013-03-28 | 1 | -3/+4 | |
| | | | | | | | geiser-install These have just been installed through elpa. | ||||
| * | Emacs: Remove newsticker-init.el from Makefile | 2013-03-28 | 1 | -2/+2 | |
| | | |||||
| * | Emacs: Add text about org-init | 2013-03-28 | 1 | -0/+6 | |
| | | |||||
| * | Emacs: Remove emacs/site-lisp/newsticker-init.el | 2013-03-28 | 2 | -7/+0 | |
| | | | | | I haven't used newsticker in quite a while... | ||||
