Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: Show fringe instead of border | Alan Pearce | 2017-04-27 | -3/+5 | |
| | |||||
* | Emacs: Use built-in trailing whitespace instead of ws-butler | Alan Pearce | 2017-04-27 | -11/+11 | |
| | |||||
* | Emacs: Add macOS TLS CA cert to trustfiles | Alan Pearce | 2017-04-27 | -1/+2 | |
| | |||||
* | Emacs: Don't ask about dired deletes when using trash | Alan Pearce | 2017-04-27 | -1/+3 | |
| | |||||
* | Reduce JS highlighting | Alan Pearce | 2017-04-27 | -1/+2 | |
| | |||||
* | Emacs: Enable next/previous wrap-around in company popups | Alan Pearce | 2017-04-27 | -1/+2 | |
| | |||||
* | Emacs: Make sure to use the system CA certificate store | Alan Pearce | 2017-04-27 | -0/+2 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-04-26 | -2/+2 | |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-04-26 | -72/+214 | |
| |\ | |||||
| * | | Emacs: change font size to follow DPI | Alan Pearce | 2017-04-26 | -2/+2 | |
| | | | |||||
* | | | zsh: Use gsort in place of sort, if necessary | Alan Pearce | 2017-04-26 | -1/+3 | |
| |/ |/| | |||||
* | | ghq: Assume git as the VCS for my domain | Alan Pearce | 2017-04-25 | -0/+2 | |
| | | |||||
* | | Ledger: update date format | Alan Pearce | 2017-04-25 | -1/+1 | |
| | | |||||
* | | Update readme | Alan Pearce | 2017-04-25 | -3/+21 | |
| | | |||||
* | | Emacs: Re-add . to ivy directory lists | Alan Pearce | 2017-04-25 | -1/+1 | |
| | | |||||
* | | zsh: Add hashed directories for GHQ_ROOT and GOPATH | Alan Pearce | 2017-04-25 | -0/+4 | |
| | | |||||
* | | zsh: Make matching fuzzier | Alan Pearce | 2017-04-25 | -1/+1 | |
| | | | | | | | | | | It will now complete from the right, if there are no leftward completions, and then from both sides if necessary | ||||
* | | zsh: Add eb-active-environment function | Alan Pearce | 2017-04-25 | -0/+4 | |
| | | |||||
* | | zsh: Remove oh-my-zsh-jira-plus | Alan Pearce | 2017-04-25 | -7/+0 | |
| | | |||||
* | | zsh: Setup fast syntax highlighting | Alan Pearce | 2017-04-25 | -0/+1 | |
| | | |||||
* | | zsh: Create function & widget to cd into ghq projects | Alan Pearce | 2017-04-25 | -0/+20 | |
| | | |||||
* | | zsh: Install ghq completion | Alan Pearce | 2017-04-25 | -0/+1 | |
| | | |||||
* | | Emacs: Remove ./ and ../ from ivy file completions | Alan Pearce | 2017-04-25 | -1/+2 | |
| | | |||||
* | | Emacs: Install and configure counsel-projectile | Alan Pearce | 2017-04-25 | -0/+3 | |
| | | |||||
* | | Emacs: Remove ivy completion inconsistency | Alan Pearce | 2017-04-25 | -2/+1 | |
| | | |||||
* | | Emacs: Setup company-nixos-options on all OSes | Alan Pearce | 2017-04-24 | -1/+0 | |
| | | |||||
* | | Emacs: Remove unused var | Alan Pearce | 2017-04-24 | -4/+0 | |
| | | |||||
* | | Emacs: Simplify project opening logic | Alan Pearce | 2017-04-24 | -17/+5 | |
| | | | | | | | | Use ghq to do the heavy lifting | ||||
* | | Emacs: Fix switch-to-dotfiles issue | Alan Pearce | 2017-04-24 | -1/+1 | |
| | | |||||
* | | Emacs: Use ghq to get dotfiles directory | Alan Pearce | 2017-04-24 | -1/+1 | |
| | | |||||
* | | Emacs: Don't change tramp-remote-path | Alan Pearce | 2017-04-24 | -7/+0 | |
| | | | | | | | | I don't think this is necessary any more | ||||
* | | Remove empty section | Alan Pearce | 2017-04-24 | -2/+0 | |
| | | |||||
* | | Emacs: Spell-check camelCased words correctly | Alan Pearce | 2017-04-24 | -1/+41 | |
| | | | | | | | | Configure "run-together" for aspell | ||||
* | | Emacs: Bind multiple-cursors keys via override keymap | Alan Pearce | 2017-04-24 | -6/+5 | |
| | | |||||
* | | Add ledgerrc | Alan Pearce | 2017-04-24 | -0/+1 | |
| | | |||||
* | | Emacs: Setup slime-asdf plugin | Alan Pearce | 2017-04-23 | -1/+1 | |
| | | |||||
* | | Emacs: Install and configure hyperspec | Alan Pearce | 2017-04-23 | -0/+8 | |
| | | |||||
* | | Emacs: Configure ghq | Alan Pearce | 2017-04-23 | -0/+11 | |
| | | |||||
* | | Emacs: Fix error initialising flyspell-prog-mode | Alan Pearce | 2017-04-22 | -1/+1 | |
| | | |||||
* | | Emacs: Use ccl for a lisp, if available | Alan Pearce | 2017-04-22 | -1/+2 | |
| | | |||||
* | | Emacs: Remove dash library usage | Alan Pearce | 2017-04-21 | -8/+4 | |
| | | | | | | | | Emacs lisp already includes seq- functions which work as expected | ||||
* | | Emacs: Re-implement project-directory functions | Alan Pearce | 2017-04-21 | -7/+12 | |
| | | |||||
* | | Emacs: Use one projects directory | Alan Pearce | 2017-04-21 | -9/+4 | |
| | | |||||
* | | zsh: Move zplug to ghq folder | Alan Pearce | 2017-04-21 | -1/+1 | |
| | | |||||
* | | zsh: Set ghq root | Alan Pearce | 2017-04-21 | -0/+2 | |
| | | |||||
* | | zsh: Add go/bin to PATH | Alan Pearce | 2017-04-21 | -0/+5 | |
| | | |||||
* | | zsh: Move path modification to zshenv | Alan Pearce | 2017-04-21 | -10/+10 | |
| | | |||||
* | | Emacs: Move insensitive email configuration to init.org | Alan Pearce | 2017-04-21 | -0/+46 | |
| | | |||||
* | | Emacs: Update private configuration | Alan Pearce | 2017-04-21 | -0/+0 | |
| | | |||||
* | | Emacs: Add yarn-run command | Alan Pearce | 2017-04-21 | -0/+5 | |
| | |