Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: Re-bind execute-extended-command | Alan Pearce | 2017-05-10 | -1/+1 | |
| | | | | Move it away from eval-defun, as C-u C-M-x is useful for debugging elisp | ||||
* | Emacs: replace Jade (JS IDE) with Indium | Alan Pearce | 2017-05-10 | -4/+13 | |
| | | | | Jade was renamed due to trademark issues. | ||||
* | Emacs: Make macOS variable-pitch font size consistent | Alan Pearce | 2017-05-08 | -1/+1 | |
| | |||||
* | Emacs: Try eziam-light-theme | Alan Pearce | 2017-05-08 | -0/+12 | |
| | |||||
* | Emacs: Remove missing packages | Alan Pearce | 2017-05-08 | -15/+0 | |
| | | | | | - xrdb-mode - smart-scan | ||||
* | Emacs: Increase font size | Alan Pearce | 2017-05-08 | -1/+1 | |
| | | | | | I started working in a new office, with the screen further away. I don't think Monaco 10 will be comfortable for long periods of work | ||||
* | Emacs: Move window chrome configuration to own block | Alan Pearce | 2017-05-08 | -55/+61 | |
| | | | | It's not really related to a specific theme. | ||||
* | Emacs: Remove org-page setup | Alan Pearce | 2017-05-08 | -13/+0 | |
| | | | | | | It doesn't seem suitable for me. It includes javascript, in particular for code snippet rendering and doesn't allow templates to be defined. | ||||
* | Emacs: Re-enable melpa | Alan Pearce | 2017-05-05 | -3/+3 | |
| | | | | | | | I keep reading that melpa-stable isn't really supposed to be used. I'm not sure what it's purpose is, therefore. I liked the idea of having only versioned plugins as it had a reduced chance of breaking things. | ||||
* | Emacs: Auto-add node_modules bin folders to path | Alan Pearce | 2017-05-05 | -0/+11 | |
| | |||||
* | Emacs: Unset cursor type | Alan Pearce | 2017-05-05 | -1/+0 | |
| | | | | | A new version of multiple-cursors tries to mimic a bar cursor, but it uses a taller character in the Monaco-10 font, so the lines jump around. | ||||
* | Emacs: Install and configure eyebrowse | Alan Pearce | 2017-05-04 | -0/+21 | |
| | |||||
* | Emacs: Use counsel-imenu | Alan Pearce | 2017-05-04 | -23/+0 | |
| | |||||
* | Emacs: Use counsel instead of ivy for imenu | Alan Pearce | 2017-05-04 | -0/+1 | |
| | |||||
* | Emacs: Replace deprecated system-name var with fun | Alan Pearce | 2017-05-01 | -3/+3 | |
| | |||||
* | Emacs: Fix hook-helper startup error | Alan Pearce | 2017-05-01 | -1/+2 | |
| | |||||
* | Emacs: Include line-spacing in font definition | Alan Pearce | 2017-04-28 | -3/+5 | |
| | |||||
* | Emacs: Disable show-trailing-whitespace by default | Alan Pearce | 2017-04-28 | -1/+0 | |
| | | | | | | This should avoid it being enabled in "special" buffers. As it's already turned on in prog-mode-hook and text-mode-hook, this should work nicely. | ||||
* | Emacs: Fix server test | Alan Pearce | 2017-04-28 | -3/+3 | |
| | |||||
* | Emacs: bind js2-refactor's kill command | Alan Pearce | 2017-04-28 | -0/+2 | |
| | |||||
* | Emacs: Improve hook setup with hook-helpers | Alan Pearce | 2017-04-28 | -30/+36 | |
| | |||||
* | Emacs: Remove JIRA stuff from work configuration | Alan Pearce | 2017-04-28 | -0/+0 | |
| | | | | | It didn't work anyway. https://github.com/tagoro9/fotingo seems to be the way to go | ||||
* | Emacs: Use use-package for more builtins | Alan Pearce | 2017-04-28 | -6/+7 | |
| | |||||
* | Emacs: Move hyperspec setup to correct place | Alan Pearce | 2017-04-28 | -9/+2 | |
| | |||||
* | Emacs: Remove org-caldav | Alan Pearce | 2017-04-28 | -20/+0 | |
| | |||||
* | Emacs: remove org-mobile setup | Alan Pearce | 2017-04-28 | -43/+0 | |
| | |||||
* | Emacs: Setup js2-refactor-mode | Alan Pearce | 2017-04-28 | -3/+13 | |
| | |||||
* | Emacs: Enrich imenu in js2-mode | Alan Pearce | 2017-04-28 | -0/+1 | |
| | |||||
* | Emacs: Let's try a different (HiDPI) font setup | Alan Pearce | 2017-04-27 | -1/+1 | |
| | |||||
* | Emacs: Show fringe instead of border | Alan Pearce | 2017-04-27 | -3/+5 | |
| | |||||
* | Emacs: Use built-in trailing whitespace instead of ws-butler | Alan Pearce | 2017-04-27 | -11/+11 | |
| | |||||
* | Emacs: Add macOS TLS CA cert to trustfiles | Alan Pearce | 2017-04-27 | -1/+2 | |
| | |||||
* | Emacs: Don't ask about dired deletes when using trash | Alan Pearce | 2017-04-27 | -1/+3 | |
| | |||||
* | Reduce JS highlighting | Alan Pearce | 2017-04-27 | -1/+2 | |
| | |||||
* | Emacs: Enable next/previous wrap-around in company popups | Alan Pearce | 2017-04-27 | -1/+2 | |
| | |||||
* | Emacs: Make sure to use the system CA certificate store | Alan Pearce | 2017-04-27 | -0/+2 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-04-26 | -50/+140 | |
|\ | |||||
| * | Emacs: Re-add . to ivy directory lists | Alan Pearce | 2017-04-25 | -1/+1 | |
| | | |||||
| * | Emacs: Remove ./ and ../ from ivy file completions | Alan Pearce | 2017-04-25 | -1/+2 | |
| | | |||||
| * | Emacs: Install and configure counsel-projectile | Alan Pearce | 2017-04-25 | -0/+3 | |
| | | |||||
| * | Emacs: Remove ivy completion inconsistency | Alan Pearce | 2017-04-25 | -2/+1 | |
| | | |||||
| * | Emacs: Setup company-nixos-options on all OSes | Alan Pearce | 2017-04-24 | -1/+0 | |
| | | |||||
| * | Emacs: Remove unused var | Alan Pearce | 2017-04-24 | -4/+0 | |
| | | |||||
| * | Emacs: Simplify project opening logic | Alan Pearce | 2017-04-24 | -17/+5 | |
| | | | | | | | | Use ghq to do the heavy lifting | ||||
| * | Emacs: Fix switch-to-dotfiles issue | Alan Pearce | 2017-04-24 | -1/+1 | |
| | | |||||
| * | Emacs: Use ghq to get dotfiles directory | Alan Pearce | 2017-04-24 | -1/+1 | |
| | | |||||
| * | Emacs: Don't change tramp-remote-path | Alan Pearce | 2017-04-24 | -7/+0 | |
| | | | | | | | | I don't think this is necessary any more | ||||
| * | Remove empty section | Alan Pearce | 2017-04-24 | -2/+0 | |
| | | |||||
| * | Emacs: Spell-check camelCased words correctly | Alan Pearce | 2017-04-24 | -1/+41 | |
| | | | | | | | | Configure "run-together" for aspell | ||||
| * | Emacs: Bind multiple-cursors keys via override keymap | Alan Pearce | 2017-04-24 | -6/+5 | |
| | |