summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of ssh://alanpearce.eu/dotfilesAlan Pearce2017-06-01-23/+85
|\
| * Emacs: Fix undefined fringe-helper errorAlan Pearce2017-05-24-0/+1
| |
| * Emacs: Fix exec-path warningAlan Pearce2017-05-24-1/+3
| |
| * Emacs: Auto-load eshell when idleAlan Pearce2017-05-24-0/+1
| |
| * Emacs: Don't hide mode-lineAlan Pearce2017-05-24-1/+0
| |
| * Emacs: Fix byte-compile errors/warningsAlan Pearce2017-05-24-5/+7
| |
| * Emacs: Fix error customising facesAlan Pearce2017-05-24-5/+6
| |
| * Emacs: Don't run hide-clutter by defaultAlan Pearce2017-05-23-1/+0
| |
| * Emacs: Configure window-divider-mode on macOSAlan Pearce2017-05-23-1/+2
| | | | | | | | | | | | It didn't work on previous releases using the NextStep window system, but with a new version of emacs-mac-port, it's good. Fortunately, Emacs knows the difference: window-system is either `ns` or `mac`
| * Emacs: Make the fringe smallerAlan Pearce2017-05-23-2/+0
| |
| * Emacs: Set truncate-lines correctlyAlan Pearce2017-05-23-2/+2
| |
| * Emacs: Install flycheck-vale, to check my EnglishAlan Pearce2017-05-23-0/+11
| |
| * Emacs: Truncate lines instead of wrappingAlan Pearce2017-05-23-1/+2
| |
| * Emacs: Simplify code display in eziamAlan Pearce2017-05-23-0/+2
| |
| * Emacs: Improve flycheck fringe indicationAlan Pearce2017-05-22-0/+3
| | | | | | | | Show a flat block of colour on the right fringe
| * Emacs: Make git-gutter look nicerAlan Pearce2017-05-22-3/+17
| |
| * Emacs: Remove useless call to use-package-verboseAlan Pearce2017-05-22-2/+1
| |
| * Emacs: Show flycheck messages as tooltipsAlan Pearce2017-05-22-0/+12
| |
| * Emacs: Don't flycheck on new-linesAlan Pearce2017-05-22-1/+1
| | | | | | | | This slows down the editor
| * Emacs: Install flow-minor-modeAlan Pearce2017-05-22-0/+9
| |
| * Emacs: Load flycheck-flow after js2-modeAlan Pearce2017-05-22-0/+1
| |
| * Emacs: Install imenu-anywhereAlan Pearce2017-05-22-0/+9
| |
| * Emacs: Load company-nixos-options laterAlan Pearce2017-05-22-0/+1
| |
| * Fix display of readme on GitHubAlan Pearce2017-05-22-1/+1
| |
| * Merge branch 'master' of ssh://alanpearce.eu/dotfilesAlan Pearce2017-05-22-2/+3
| |\
| | * Emacs: Change X font size following DPI changeAlan Pearce2017-05-21-2/+2
| | |
| | * Emacs: Ensure package archives are up-to-date before installingAlan Pearce2017-05-21-0/+1
| | |
| * | zsh: Remove $HOME/bin from pathAlan Pearce2017-05-19-5/+0
| |/
* | Merge remote-tracking branch 'origin/master'Alan Pearce2017-05-21-133/+105
|\|
| * Emacs: Remove music setupAlan Pearce2017-05-19-9/+0
| |
| * zsh: Simplify title in Terminal.appAlan Pearce2017-05-19-0/+3
| |
| * Remove trailing whitespaceAlan Pearce2017-05-18-1/+1
| |
| * zsh: Load terminal title function from omz directlyAlan Pearce2017-05-18-53/+4
| |
| * zsh: Fix incorrect function declarationAlan Pearce2017-05-18-1/+1
| | | | | | | | I'm surprised this wasn't a syntax error
| * zsh: Stop anyframe from adding to fpathAlan Pearce2017-05-18-0/+1
| |
| * git: Remove default excludesfile settingAlan Pearce2017-05-18-2/+0
| | | | | | | | The value I had set is the default, so it's unnecessary
| * git: Add global ignore pattern for compiled zsh codeAlan Pearce2017-05-18-0/+3
| |
| * zsh: Load fzf key-bindings as zplugin snippetAlan Pearce2017-05-18-1/+4
| |
| * zsh: Remove zplugAlan Pearce2017-05-18-20/+3
| |
| * zsh: Use anyframe as a fzf wrapperAlan Pearce2017-05-18-35/+10
| | | | | | | | | | Works around the problem of not being able to use the fzf shell code with zplugin
| * zsh: Use zplugin in place of zplug (except fzf)Alan Pearce2017-05-18-15/+48
| | | | | | | | | | zplugin seems cleaner than zplug, but it doesn't support github releases, so keep zplug around for now, to load fzf
| * yarn: Add yarn configurationAlan Pearce2017-05-16-0/+2
| |
| * Merge remote-tracking branch 'origin/master'Alan Pearce2017-05-15-0/+9
| |\
| * | Emacs: Add "live coding" commandAlan Pearce2017-05-15-0/+27
| | |
| * | Emacs: Change macOS fonts across emacs-mac and normal emacsAlan Pearce2017-05-15-3/+4
| | |
| * | Emacs: Set switch/case indentation to follow most stylesAlan Pearce2017-05-15-0/+1
| | |
* | | zsh: Set umask manually on Windows/WSLAlan Pearce2017-05-21-1/+2
| | | | | | | | | | | | | | | | | | | | | Previously, I ran the WSL environment as root, calling `login` to ensure all the right login stuff happens (mostly the setting of umask). Unfortunately, this complicated running commands from outside the environment and was a bit slower.
* | | Emacs: Don't set Linux fonts on Windows/WSL/X11Alan Pearce2017-05-21-1/+2
| |/ |/|
* | Merge remote-tracking branch 'origin/master'Alan Pearce2017-05-13-134/+218
|\|
| * Emacs: Setup flycheck-flowAlan Pearce2017-05-12-0/+8
| |