summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
...
* Emacs: Move vc and misc info back to mode lineAlan Pearce2014-08-01-5/+5
|
* Emacs: Bind C-x v C to vc-resolve-conflictsAlan Pearce2014-08-01-0/+1
|
* zsh: Remove fasd 'sf' aliasAlan Pearce2014-07-31-1/+0
|
* Revert "Xprofile: De-duplicate envoy setup"Alan Pearce2014-07-31-1/+3
| | | | This reverts commit 593b2f866a5557a1978e3352d311829e57952b25.
* Emacs: Fix error when opening magitAlan Pearce2014-07-30-2/+1
|
* Gitk: Increase height of log windowAlan Pearce2014-07-29-1/+1
|
* Gitk: Configure better fontsAlan Pearce2014-07-29-3/+3
|
* Gitk: Set tabstopsAlan Pearce2014-07-29-1/+1
|
* Git: Add gitk configAlan Pearce2014-07-29-0/+61
|
* Add globalrcAlan Pearce2014-07-29-0/+6
|
* zsh: Create sf alias to `app/console`Alan Pearce2014-07-29-0/+1
|
* Emacs: Disable autopair in c-mode-common-hookAlan Pearce2014-07-27-0/+1
| | | | Superfluous with cedit
* Emacs: Rename lisp-common-mode-hookAlan Pearce2014-07-27-6/+6
| | | | Make it the same style as c-mode-common-hook
* Emacs: Move cedit's c-mode hook to cedit initAlan Pearce2014-07-27-3/+3
|
* Emacs: Enable paredit-mode with cedit-modeAlan Pearce2014-07-27-0/+2
|
* Emacs: Rebind beg/end-of-statement to M-a/eAlan Pearce2014-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 blockAlan Pearce2014-07-27-8/+8
|
* Emacs: Enable cedit in c-style modesAlan Pearce2014-07-26-1/+2
|
* Emacs: Define minor mode for ceditAlan Pearce2014-07-26-0/+6
|
* Emacs: Configure ceditAlan Pearce2014-07-26-0/+17
|
* Xresources: Set Emacs font to TerminusAlan Pearce2014-07-25-2/+2
|
* Emacs: Remove commented-out codeAlan Pearce2014-07-25-4/+0
|
* Emacs: Pick a displayable branch char for magitAlan Pearce2014-07-24-1/+2
|
* Xprofile: De-duplicate envoy setupAlan Pearce2014-07-24-3/+1
|
* Xmonad: Force mpv to fullscreenAlan Pearce2014-07-24-1/+5
|
* Xmonad: Improve fullscreen supportAlan Pearce2014-07-24-1/+3
|
* Emacs: Enable rainbow-mode for xmonad-type filesAlan Pearce2014-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 warningsAlan Pearce2014-07-22-1/+1
|
* Emacs: Install git-timemachineAlan Pearce2014-07-22-0/+1
|
* Add initial xprofileAlan Pearce2014-07-21-0/+9
|
* Emacs: Add binding for ace-jump-line-modeAlan Pearce2014-07-21-1/+2
|
* Emacs: Bind s-s to switching between perspectivesAlan Pearce2014-07-20-0/+2
|
* Xmonad: Remove borders from fullscreen windowsAlan Pearce2014-07-20-1/+2
|
* Xmonad: fix fullscreenAlan Pearce2014-07-20-1/+2
|
* Xmobar: use solarized-light coloursAlan Pearce2014-07-20-12/+15
|
* Xmobar: use terminus fontAlan Pearce2014-07-20-1/+1
|
* zsh: Check SSH_AUTH_SOCK more preciselyAlan Pearce2014-07-20-1/+1
|
* Xmobar: Reduce width to 90%Alan Pearce2014-07-20-1/+1
|
* Xmonad: Increase length of xmobar window titlesAlan Pearce2014-07-20-1/+1
|
* Xmobar: Reorder itemsAlan Pearce2014-07-20-1/+1
|
* Xmobar: fix freezing in XmonadAlan Pearce2014-07-20-1/+2
|
* zsh: Don't run envoy when SSH_AUTH_SOCK is definedAlan Pearce2014-07-19-1/+1
|
* Emacs: Fix package archive functions' for 24.3Alan Pearce2014-07-19-4/+4
|
* Add xmonad and xmobar tags to host "prefect"Alan Pearce2014-07-18-1/+1
|
* Xmonad: Add initial configurationAlan Pearce2014-07-18-0/+19
|
* Delete sakuraAlan Pearce2014-07-18-54/+0
|
* Emacs: Replace dash-at-point with helm-dashAlan Pearce2014-07-17-1/+1
| | | | No longer depends on Dash.app.
* Emacs: Use GnuTLS defaults for prime bitsAlan Pearce2014-07-17-0/+1
|
* Emacs: Shut up about omitting filesAlan Pearce2014-07-16-0/+1
|
* Emacs: Run dired-omit-mode in the correct placeAlan Pearce2014-07-16-1/+4
| | | | | Needs to run in dired-mode-hook. Create a wrapper command so that we can call it interactively otherwise.