Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: Configure helm-dash-docsets for PHP & Twig | Alan Pearce | 2014-08-07 | -2/+6 | |
| | |||||
* | Emacs: Use ansible dash docset for ansible-mode | Alan Pearce | 2014-08-07 | -1/+2 | |
| | |||||
* | Emacs: Create basic ansible major mode | Alan Pearce | 2014-08-07 | -0/+3 | |
| | |||||
* | Emacs: Add function for per-mode helm-dash-docsets | Alan Pearce | 2014-08-07 | -0/+8 | |
| | | | | Use a function generator to avoid repetition | ||||
* | Emacs: Fix init error with paredit+cedit | Alan Pearce | 2014-08-05 | -4/+5 | |
| | | | | | paredit-space-for-delimiter-predicates isn't declared until paredit is loaded properly, so add to it after it's been loaded | ||||
* | Emacs: Remove paredit spaces when cedit enabled | Alan Pearce | 2014-08-04 | -0/+4 | |
| | |||||
* | Emacs: Require presence of hemisu-theme | Alan Pearce | 2014-08-03 | -0/+3 | |
| | |||||
* | Emacs: Fix trailing parens | Alan Pearce | 2014-08-03 | -2/+1 | |
| | |||||
* | Emacs: Add leuven face for perspective | Alan Pearce | 2014-08-03 | -0/+1 | |
| | |||||
* | ZSH: Source osx-specific configuration | Alan Pearce | 2014-08-03 | -3/+8 | |
| | |||||
* | Zsh: Add netmount function for OSX | Alan Pearce | 2014-08-03 | -0/+3 | |
| | |||||
* | Git: Alias up to merge in FETCH_HEAD | Alan Pearce | 2014-08-01 | -0/+1 | |
| | | | | | This means I can leave the fetching to the pure prompt background task and merge in the result after I see an indicator | ||||
* | Emacs: Recreate header-line setup | Alan Pearce | 2014-08-01 | -1/+90 | |
| | |||||
* | Emacs: add dependency on rainbow-mode | Alan Pearce | 2014-08-01 | -0/+2 | |
| | |||||
* | Emacs: Switch to Leuven theme | Alan Pearce | 2014-08-01 | -22/+3 | |
| | |||||
* | Emacs: Move vc and misc info back to mode line | Alan Pearce | 2014-08-01 | -5/+5 | |
| | |||||
* | Emacs: Bind C-x v C to vc-resolve-conflicts | Alan Pearce | 2014-08-01 | -0/+1 | |
| | |||||
* | zsh: Remove fasd 'sf' alias | Alan Pearce | 2014-07-31 | -1/+0 | |
| | |||||
* | Revert "Xprofile: De-duplicate envoy setup" | Alan Pearce | 2014-07-31 | -1/+3 | |
| | | | | This reverts commit 593b2f866a5557a1978e3352d311829e57952b25. | ||||
* | Emacs: Fix error when opening magit | Alan Pearce | 2014-07-30 | -2/+1 | |
| | |||||
* | Gitk: Increase height of log window | Alan Pearce | 2014-07-29 | -1/+1 | |
| | |||||
* | Gitk: Configure better fonts | Alan Pearce | 2014-07-29 | -3/+3 | |
| | |||||
* | Gitk: Set tabstops | Alan Pearce | 2014-07-29 | -1/+1 | |
| | |||||
* | Git: Add gitk config | Alan Pearce | 2014-07-29 | -0/+61 | |
| | |||||
* | Add globalrc | Alan Pearce | 2014-07-29 | -0/+6 | |
| | |||||
* | zsh: Create sf alias to `app/console` | Alan Pearce | 2014-07-29 | -0/+1 | |
| | |||||
* | Emacs: Disable autopair in c-mode-common-hook | Alan Pearce | 2014-07-27 | -0/+1 | |
| | | | | Superfluous with cedit | ||||
* | Emacs: Rename lisp-common-mode-hook | Alan Pearce | 2014-07-27 | -6/+6 | |
| | | | | Make it the same style as c-mode-common-hook | ||||
* | Emacs: Move cedit's c-mode hook to cedit init | Alan Pearce | 2014-07-27 | -3/+3 | |
| | |||||
* | Emacs: Enable paredit-mode with cedit-mode | Alan Pearce | 2014-07-27 | -0/+2 | |
| | |||||
* | Emacs: Rebind beg/end-of-statement to M-a/e | Alan Pearce | 2014-07-27 | -2/+2 | |
| | | | | Allows C-M-f and C-M-b to be used for smaller movements. | ||||
* | Emacs: Move cedit mode into cedit :init block | Alan Pearce | 2014-07-27 | -8/+8 | |
| | |||||
* | Emacs: Enable cedit in c-style modes | Alan Pearce | 2014-07-26 | -1/+2 | |
| | |||||
* | Emacs: Define minor mode for cedit | Alan Pearce | 2014-07-26 | -0/+6 | |
| | |||||
* | Emacs: Configure cedit | Alan Pearce | 2014-07-26 | -0/+17 | |
| | |||||
* | Xresources: Set Emacs font to Terminus | Alan Pearce | 2014-07-25 | -2/+2 | |
| | |||||
* | Emacs: Remove commented-out code | Alan Pearce | 2014-07-25 | -4/+0 | |
| | |||||
* | Emacs: Pick a displayable branch char for magit | Alan Pearce | 2014-07-24 | -1/+2 | |
| | |||||
* | Xprofile: De-duplicate envoy setup | Alan Pearce | 2014-07-24 | -3/+1 | |
| | |||||
* | Xmonad: Force mpv to fullscreen | Alan Pearce | 2014-07-24 | -1/+5 | |
| | |||||
* | Xmonad: Improve fullscreen support | Alan Pearce | 2014-07-24 | -1/+3 | |
| | |||||
* | Emacs: Enable rainbow-mode for xmonad-type files | Alan Pearce | 2014-07-23 | -2/+11 | |
| | | | | | Create a derived mode to enable specific mode hooks for such files Add hook to new mode for enabling rainbow-mode | ||||
* | Xmonad: fix compiler warnings | Alan Pearce | 2014-07-22 | -1/+1 | |
| | |||||
* | Emacs: Install git-timemachine | Alan Pearce | 2014-07-22 | -0/+1 | |
| | |||||
* | Add initial xprofile | Alan Pearce | 2014-07-21 | -0/+9 | |
| | |||||
* | Emacs: Add binding for ace-jump-line-mode | Alan Pearce | 2014-07-21 | -1/+2 | |
| | |||||
* | Emacs: Bind s-s to switching between perspectives | Alan Pearce | 2014-07-20 | -0/+2 | |
| | |||||
* | Xmonad: Remove borders from fullscreen windows | Alan Pearce | 2014-07-20 | -1/+2 | |
| | |||||
* | Xmonad: fix fullscreen | Alan Pearce | 2014-07-20 | -1/+2 | |
| | |||||
* | Xmobar: use solarized-light colours | Alan Pearce | 2014-07-20 | -12/+15 | |
| |