summary refs log tree commit diff stats
path: root/emacs
Commit message (Collapse)AuthorAgeLines
* Emacs: Remove dired-+Alan Pearce2017-06-12-8/+0
| | | | I don't think I use it
* Emacs: Fix projectile initialisationAlan Pearce2017-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 commentaryAlan Pearce2017-06-06-2/+1
|
* Emacs: Be explicitly positive when enabling projectile-modeAlan Pearce2017-06-06-1/+1
|
* Emacs: Add completion for yarn-run commandAlan Pearce2017-06-06-1/+2
|
* Emacs: Fix undefined server-name errorAlan Pearce2017-06-06-1/+1
|
* Emacs: Load packages at startup if daemonAlan Pearce2017-06-06-0/+1
|
* Emacs: Run with pure packages if installed via nixAlan Pearce2017-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.
* Emacs: Load counsel-projectile after counsel and projectileAlan Pearce2017-06-06-0/+1
|
* Merge remote-tracking branch 'origin/master'Alan Pearce2017-06-05-40/+157
|\
| * Emacs: Load flycheck-vale only if vale is executableAlan Pearce2017-06-04-0/+1
| |
| * Emacs: Fix org-src keymap initAlan Pearce2017-06-04-3/+7
| |
| * Emacs: Configure easy-hugoAlan Pearce2017-06-04-0/+11
| |
| * Emacs: Ensure osrelease file exists before readingAlan Pearce2017-06-03-5/+6
| |
| * Merge branch 'master' of ssh://alanpearce.eu/dotfilesAlan Pearce2017-06-03-33/+49
| |\
| | * Emacs: Setup dired-du-modeAlan Pearce2017-06-02-0/+11
| | |
| | * Merge remote-tracking branch 'origin/master'Alan Pearce2017-06-01-2/+13
| | |\
| | * | Emacs: Swap fringes used by git-gutter/flycheckAlan Pearce2017-06-01-15/+30
| | | |
| | * | Emacs: Always make the background whiteAlan Pearce2017-05-30-0/+1
| | | |
| | * | Emacs: Only load theme if it makes senseAlan Pearce2017-05-30-0/+2
| | | |
| | * | Emacs: Tweak the fringeAlan Pearce2017-05-30-1/+2
| | | |
| | * | Emacs: Use rg instead of ag for counsel-projectileAlan Pearce2017-05-30-1/+3
| | | |
| | * | Emacs: Remove copy-as-formatAlan Pearce2017-05-30-16/+0
| | | |
| * | | Emacs: Tweak gnu/windows font sizesAlan Pearce2017-06-01-1/+1
| | | |
| * | | Emacs: Use exec-path-from-shell on gnu/windowsAlan Pearce2017-06-01-1/+5
| | | |
| * | | Emacs: Fix windows checkAlan Pearce2017-06-01-2/+5
| | |/ | |/| | | | | | | | | | file-to-string isn't actually a built-in function, even though it's named like one.
| * | Emacs: Add missing parenAlan Pearce2017-06-01-1/+1
| | |
| * | Emacs: Detect Windows even outside of zsh environmentAlan Pearce2017-06-01-3/+10
| | |
| * | Emacs: Set fonts on WindowsAlan Pearce2017-06-01-1/+4
| | |
| * | Merge branch 'master' of ssh://alanpearce.eu/dotfilesAlan Pearce2017-06-01-17/+84
| |\|
| | * 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
| | |