Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: Install nix-sandbox | Alan Pearce | 2017-06-22 | -0/+17 | |
| | |||||
* | Emacs: Install rainbow-mode for manual usage | Alan Pearce | 2017-06-19 | -0/+1 | |
| | |||||
* | Emacs: Don't italicise font-lock strings in white-theme | Alan Pearce | 2017-06-19 | -1/+2 | |
| | |||||
* | Emacs: Fix invocation of white-theme | Alan Pearce | 2017-06-19 | -1/+1 | |
| | |||||
* | Emacs: Setup toml-mode | Alan Pearce | 2017-06-19 | -0/+4 | |
| | |||||
* | Emacs: Install rjsx-mode for React component files | Alan Pearce | 2017-06-19 | -2/+11 | |
| | |||||
* | Emacs: Tweak Linux/X11 fonts | Alan Pearce | 2017-06-18 | -2/+2 | |
| | |||||
* | Emacs: Use web-mode for nunjucks.njk templates | Alan Pearce | 2017-06-18 | -1/+2 | |
| | |||||
* | Emacs: Disable js missing semicolon warning | Alan Pearce | 2017-06-18 | -1/+2 | |
| | |||||
* | Emacs: Support nodeJS projects in projectile | Alan Pearce | 2017-06-18 | -1/+11 | |
| | |||||
* | Emacs: use exec-path-from-shell on Linux daemons | Alan Pearce | 2017-06-18 | -1/+3 | |
| | | | | As it's usually run via systemd, there isn't much of an environment | ||||
* | Emacs: Try white-theme | Alan Pearce | 2017-06-18 | -1/+16 | |
| | |||||
* | Emacs: Improve nix-emacs check | Alan Pearce | 2017-06-18 | -1/+2 | |
| | |||||
* | Emacs: Remove unused theme declarations | Alan Pearce | 2017-06-16 | -28/+2 | |
| | |||||
* | zsh: Ensure ghq completion is installed | Alan Pearce | 2017-06-13 | -0/+5 | |
| | |||||
* | zsh: Load ghq's zsh integration via zplugin | Alan Pearce | 2017-06-13 | -1/+1 | |
| | |||||
* | zsh: Don't hardcode zpath to macports site-functions | Alan Pearce | 2017-06-13 | -5/+0 | |
| | |||||
* | Merge branch 'master' of ssh://alanpearce.eu/dotfiles | Alan Pearce | 2017-06-12 | -0/+1 | |
|\ | |||||
| * | Emacs: Don't slant JS object property keywords | Alan Pearce | 2017-06-12 | -0/+1 | |
| | | | | | | | | | | It doesn't work well with computed properties and smartparens. I'm not too concerned about why right now, so just work around it. | ||||
* | | Emacs: Setup org-journal again | Alan Pearce | 2017-06-12 | -1/+3 | |
| | | | | | | | | Let's see if I use it more often now | ||||
* | | nix: Allow emacs package to be specified | Alan Pearce | 2017-06-12 | -2/+2 | |
| | | |||||
* | | Emacs: Remove dired-+ | Alan Pearce | 2017-06-12 | -9/+0 | |
|/ | | | | I don't think I use it | ||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-06-09 | -5/+5 | |
|\ | |||||
| * | stow: Disable tree-folding | Alan Pearce | 2017-06-08 | -1/+1 | |
| | | | | | | | | | | | | | | | | Create new directories as directories when installing a package set, rather than "optimising" by linking the parent directory. e.g. .emacs.d on a new system. It should always be a directory, as emacs stores files there that are not for the consideration of stow. | ||||
| * | Emacs: Fix projectile initialisation | Alan Pearce | 2017-06-07 | -1/+1 | |
| | | | | | | | | | | | | projectile-mode does not enable projectile in all buffers. projectile-global-mode is deprecated as a _command_. It is necessary to use the function for the global behaviour. | ||||
| * | 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 | |
| | | | |