Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Emacs: Don't hide mode-line | Alan Pearce | 2017-05-24 | -1/+0 |
| | ||||
* | Emacs: Fix byte-compile errors/warnings | Alan Pearce | 2017-05-24 | -5/+7 |
| | ||||
* | Emacs: Fix error customising faces | Alan Pearce | 2017-05-24 | -5/+6 |
| | ||||
* | Emacs: Don't run hide-clutter by default | Alan Pearce | 2017-05-23 | -1/+0 |
| | ||||
* | Emacs: Configure window-divider-mode on macOS | Alan Pearce | 2017-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 smaller | Alan Pearce | 2017-05-23 | -2/+0 |
| | ||||
* | Emacs: Set truncate-lines correctly | Alan Pearce | 2017-05-23 | -2/+2 |
| | ||||
* | Emacs: Install flycheck-vale, to check my English | Alan Pearce | 2017-05-23 | -0/+11 |
| | ||||
* | Emacs: Truncate lines instead of wrapping | Alan Pearce | 2017-05-23 | -1/+2 |
| | ||||
* | Emacs: Simplify code display in eziam | Alan Pearce | 2017-05-23 | -0/+2 |
| | ||||
* | Emacs: Improve flycheck fringe indication | Alan Pearce | 2017-05-22 | -0/+3 |
| | | | | Show a flat block of colour on the right fringe | |||
* | Emacs: Make git-gutter look nicer | Alan Pearce | 2017-05-22 | -3/+17 |
| | ||||
* | Emacs: Remove useless call to use-package-verbose | Alan Pearce | 2017-05-22 | -2/+1 |
| | ||||
* | Emacs: Show flycheck messages as tooltips | Alan Pearce | 2017-05-22 | -0/+12 |
| | ||||
* | Emacs: Don't flycheck on new-lines | Alan Pearce | 2017-05-22 | -1/+1 |
| | | | | This slows down the editor | |||
* | Emacs: Install flow-minor-mode | Alan Pearce | 2017-05-22 | -0/+9 |
| | ||||
* | Emacs: Load flycheck-flow after js2-mode | Alan Pearce | 2017-05-22 | -0/+1 |
| | ||||
* | Emacs: Install imenu-anywhere | Alan Pearce | 2017-05-22 | -0/+9 |
| | ||||
* | Emacs: Load company-nixos-options later | Alan Pearce | 2017-05-22 | -0/+1 |
| | ||||
* | Fix display of readme on GitHub | Alan Pearce | 2017-05-22 | -1/+1 |
| | ||||
* | Merge branch 'master' of ssh://alanpearce.eu/dotfiles | Alan Pearce | 2017-05-22 | -2/+3 |
|\ | ||||
| * | Emacs: Change X font size following DPI change | Alan Pearce | 2017-05-21 | -2/+2 |
| | | ||||
| * | Emacs: Ensure package archives are up-to-date before installing | Alan Pearce | 2017-05-21 | -0/+1 |
| | | ||||
* | | zsh: Remove $HOME/bin from path | Alan Pearce | 2017-05-19 | -5/+0 |
|/ | ||||
* | Emacs: Remove music setup | Alan Pearce | 2017-05-19 | -9/+0 |
| | ||||
* | zsh: Simplify title in Terminal.app | Alan Pearce | 2017-05-19 | -0/+3 |
| | ||||
* | Remove trailing whitespace | Alan Pearce | 2017-05-18 | -1/+1 |
| | ||||
* | zsh: Load terminal title function from omz directly | Alan Pearce | 2017-05-18 | -53/+4 |
| | ||||
* | zsh: Fix incorrect function declaration | Alan Pearce | 2017-05-18 | -1/+1 |
| | | | | I'm surprised this wasn't a syntax error | |||
* | zsh: Stop anyframe from adding to fpath | Alan Pearce | 2017-05-18 | -0/+1 |
| | ||||
* | git: Remove default excludesfile setting | Alan Pearce | 2017-05-18 | -2/+0 |
| | | | | The value I had set is the default, so it's unnecessary | |||
* | git: Add global ignore pattern for compiled zsh code | Alan Pearce | 2017-05-18 | -0/+3 |
| | ||||
* | zsh: Load fzf key-bindings as zplugin snippet | Alan Pearce | 2017-05-18 | -1/+4 |
| | ||||
* | zsh: Remove zplug | Alan Pearce | 2017-05-18 | -20/+3 |
| | ||||
* | zsh: Use anyframe as a fzf wrapper | Alan Pearce | 2017-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 Pearce | 2017-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 configuration | Alan Pearce | 2017-05-16 | -0/+2 |
| | ||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-05-15 | -0/+9 |
|\ | ||||
| * | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-05-13 | -134/+218 |
| |\ | ||||
| * | | zsh: Add check for Windows Subsystem for Linux | Alan Pearce | 2017-05-13 | -0/+9 |
| | | | ||||
* | | | Emacs: Add "live coding" command | Alan Pearce | 2017-05-15 | -0/+27 |
| | | | ||||
* | | | Emacs: Change macOS fonts across emacs-mac and normal emacs | Alan Pearce | 2017-05-15 | -3/+4 |
| | | | ||||
* | | | Emacs: Set switch/case indentation to follow most styles | Alan Pearce | 2017-05-15 | -0/+1 |
| |/ |/| | ||||
* | | Emacs: Setup flycheck-flow | Alan Pearce | 2017-05-12 | -0/+8 |
| | | ||||
* | | Emacs: Use any eslint_d instead of global | Alan Pearce | 2017-05-12 | -1/+1 |
| | | | | | | | | | | With the package add-node-modules-path, this allows using a local version of eslint_d | |||
* | | Update Karabiner configuration | Alan Pearce | 2017-05-12 | -2/+24 |
| | | ||||
* | | Emacs: Fix initialisation of tern-mode | Alan Pearce | 2017-05-12 | -2/+4 |
| | | ||||
* | | Emacs: Setup beginend mode | Alan Pearce | 2017-05-11 | -0/+11 |
| | | ||||
* | | Emacs: Improve org-mode navigation | Alan Pearce | 2017-05-11 | -0/+4 |
| | | ||||
* | | Emacs: Configure desktop mode | Alan Pearce | 2017-05-10 | -0/+21 |
| | | | | | | | | | | Auto-save Emacs' state if a desktop file exists. This is probably as DWIM as I need. |