Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Emacs: Update projectile commentary | Alan Pearce | 2017-06-06 | -2/+1 | |
| | | |||||
| * | Emacs: Be explicitly positive when enabling projectile-mode | Alan Pearce | 2017-06-06 | -1/+1 | |
| | | |||||
| * | Emacs: Add completion for yarn-run command | Alan Pearce | 2017-06-06 | -1/+2 | |
| | | |||||
* | | nix: Parametrise use of macport | Alan Pearce | 2017-06-09 | -2/+6 | |
| | | |||||
* | | zsh: Add function to set emacs' SSH agent socket | Alan Pearce | 2017-06-09 | -0/+3 | |
|/ | |||||
* | Emacs: Fix undefined server-name error | Alan Pearce | 2017-06-06 | -1/+1 | |
| | |||||
* | nix: Fix mis-organised dired-du package | Alan Pearce | 2017-06-06 | -2/+3 | |
| | |||||
* | Emacs: Load packages at startup if daemon | Alan Pearce | 2017-06-06 | -0/+1 | |
| | |||||
* | Emacs: Run with pure packages if installed via nix | Alan Pearce | 2017-06-06 | -20/+25 | |
| | | | | | | | | This is not a perfect method of detection, but if I install emacs via nix I'm almost certainly going to use my custom derivation. Checking the equality of system-name and emacs-build-system makes it more likely to be correct, as a normal nix emacs build would probably installed from a pre-built hydra package. | ||||
* | nix: Add Emacs build with packages | Alan Pearce | 2017-06-06 | -0/+165 | |
| | | | | Install with `nix-env -iA nixpkgs.myEmacs` (depending on nix namespace) | ||||
* | Emacs: Load counsel-projectile after counsel and projectile | Alan Pearce | 2017-06-06 | -0/+1 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-06-05 | -47/+160 | |
|\ | |||||
| * | Emacs: Load flycheck-vale only if vale is executable | Alan Pearce | 2017-06-04 | -0/+1 | |
| | | |||||
| * | Emacs: Fix org-src keymap init | Alan Pearce | 2017-06-04 | -3/+7 | |
| | | |||||
| * | Emacs: Configure easy-hugo | Alan Pearce | 2017-06-04 | -0/+11 | |
| | | |||||
| * | Emacs: Ensure osrelease file exists before reading | Alan Pearce | 2017-06-03 | -5/+6 | |
| | | |||||
| * | Merge branch 'master' of ssh://alanpearce.eu/dotfiles | Alan Pearce | 2017-06-03 | -33/+49 | |
| |\ | |||||
| | * | Emacs: Setup dired-du-mode | Alan Pearce | 2017-06-02 | -0/+11 | |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-06-01 | -3/+15 | |
| | |\ | |||||
| | * | | Emacs: Swap fringes used by git-gutter/flycheck | Alan Pearce | 2017-06-01 | -15/+30 | |
| | | | | |||||
| | * | | Emacs: Always make the background white | Alan Pearce | 2017-05-30 | -0/+1 | |
| | | | | |||||
| | * | | Emacs: Only load theme if it makes sense | Alan Pearce | 2017-05-30 | -0/+2 | |
| | | | | |||||
| | * | | Emacs: Tweak the fringe | Alan Pearce | 2017-05-30 | -1/+2 | |
| | | | | |||||
| | * | | Emacs: Use rg instead of ag for counsel-projectile | Alan Pearce | 2017-05-30 | -1/+3 | |
| | | | | |||||
| | * | | Emacs: Remove copy-as-format | Alan Pearce | 2017-05-30 | -16/+0 | |
| | | | | |||||
| * | | | Emacs: Tweak gnu/windows font sizes | Alan Pearce | 2017-06-01 | -1/+1 | |
| | | | | |||||
| * | | | Emacs: Use exec-path-from-shell on gnu/windows | Alan Pearce | 2017-06-01 | -1/+5 | |
| | | | | |||||
| * | | | Emacs: Fix windows check | Alan Pearce | 2017-06-01 | -2/+5 | |
| | |/ | |/| | | | | | | | | | | file-to-string isn't actually a built-in function, even though it's named like one. | ||||
| * | | Emacs: Add missing paren | Alan Pearce | 2017-06-01 | -1/+1 | |
| | | | |||||
| * | | Emacs: Detect Windows even outside of zsh environment | Alan Pearce | 2017-06-01 | -3/+10 | |
| | | | |||||
| * | | Emacs: Set fonts on Windows | Alan Pearce | 2017-06-01 | -1/+4 | |
| | | | |||||
| * | | Merge branch 'master' of ssh://alanpearce.eu/dotfiles | Alan Pearce | 2017-06-01 | -23/+85 | |
| |\| | |||||
| | * | Emacs: Fix undefined fringe-helper error | Alan Pearce | 2017-05-24 | -0/+1 | |
| | | | |||||
| | * | Emacs: Fix exec-path warning | Alan Pearce | 2017-05-24 | -1/+3 | |
| | | | |||||
| | * | Emacs: Auto-load eshell when idle | Alan Pearce | 2017-05-24 | -0/+1 | |
| | | | |||||
| | * | 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 |