summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
...
* | Emacs: Try eziam-light-themeAlan Pearce2017-05-08-0/+12
| |
* | Emacs: Remove missing packagesAlan Pearce2017-05-08-15/+0
| | | | | | | | | | - xrdb-mode - smart-scan
* | Emacs: Increase font sizeAlan Pearce2017-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 blockAlan Pearce2017-05-08-55/+61
| | | | | | | | It's not really related to a specific theme.
* | Emacs: Remove org-page setupAlan Pearce2017-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 melpaAlan Pearce2017-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 pathAlan Pearce2017-05-05-0/+11
| |
* | Emacs: Unset cursor typeAlan Pearce2017-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 eyebrowseAlan Pearce2017-05-04-0/+21
| |
* | Emacs: Use counsel-imenuAlan Pearce2017-05-04-23/+0
| |
* | Emacs: Use counsel instead of ivy for imenuAlan Pearce2017-05-04-0/+1
| |
* | Ledger: Configure weekdaysAlan Pearce2017-05-01-0/+1
| |
* | Emacs: Replace deprecated system-name var with funAlan Pearce2017-05-01-3/+3
| |
* | Emacs: Fix hook-helper startup errorAlan Pearce2017-05-01-1/+2
|/
* Emacs: Include line-spacing in font definitionAlan Pearce2017-04-28-3/+5
|
* Emacs: Disable show-trailing-whitespace by defaultAlan Pearce2017-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 testAlan Pearce2017-04-28-3/+3
|
* Emacs: bind js2-refactor's kill commandAlan Pearce2017-04-28-0/+2
|
* Emacs: Improve hook setup with hook-helpersAlan Pearce2017-04-28-30/+36
|
* Emacs: Remove JIRA stuff from work configurationAlan Pearce2017-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 builtinsAlan Pearce2017-04-28-6/+7
|
* Emacs: Move hyperspec setup to correct placeAlan Pearce2017-04-28-9/+2
|
* Emacs: Remove org-caldavAlan Pearce2017-04-28-20/+0
|
* Emacs: remove org-mobile setupAlan Pearce2017-04-28-43/+0
|
* Emacs: Setup js2-refactor-modeAlan Pearce2017-04-28-3/+13
|
* Emacs: Enrich imenu in js2-modeAlan Pearce2017-04-28-0/+1
|
* zsh: Fix plugin load orderAlan Pearce2017-04-28-6/+6
|
* Emacs: Let's try a different (HiDPI) font setupAlan Pearce2017-04-27-1/+1
|
* Emacs: Show fringe instead of borderAlan Pearce2017-04-27-3/+5
|
* Emacs: Use built-in trailing whitespace instead of ws-butlerAlan Pearce2017-04-27-11/+11
|
* Emacs: Add macOS TLS CA cert to trustfilesAlan Pearce2017-04-27-1/+2
|
* Emacs: Don't ask about dired deletes when using trashAlan Pearce2017-04-27-1/+3
|
* Reduce JS highlightingAlan Pearce2017-04-27-1/+2
|
* Emacs: Enable next/previous wrap-around in company popupsAlan Pearce2017-04-27-1/+2
|
* Emacs: Make sure to use the system CA certificate storeAlan Pearce2017-04-27-0/+2
|
* Merge remote-tracking branch 'origin/master'Alan Pearce2017-04-26-2/+2
|\
| * Merge remote-tracking branch 'origin/master'Alan Pearce2017-04-26-72/+214
| |\
| * | Emacs: change font size to follow DPIAlan Pearce2017-04-26-2/+2
| | |
* | | zsh: Use gsort in place of sort, if necessaryAlan Pearce2017-04-26-1/+3
| |/ |/|
* | ghq: Assume git as the VCS for my domainAlan Pearce2017-04-25-0/+2
| |
* | Ledger: update date formatAlan Pearce2017-04-25-1/+1
| |
* | Update readmeAlan Pearce2017-04-25-3/+21
| |
* | Emacs: Re-add . to ivy directory listsAlan Pearce2017-04-25-1/+1
| |
* | zsh: Add hashed directories for GHQ_ROOT and GOPATHAlan Pearce2017-04-25-0/+4
| |
* | zsh: Make matching fuzzierAlan Pearce2017-04-25-1/+1
| | | | | | | | | | It will now complete from the right, if there are no leftward completions, and then from both sides if necessary
* | zsh: Add eb-active-environment functionAlan Pearce2017-04-25-0/+4
| |
* | zsh: Remove oh-my-zsh-jira-plusAlan Pearce2017-04-25-7/+0
| |
* | zsh: Setup fast syntax highlightingAlan Pearce2017-04-25-0/+1
| |
* | zsh: Create function & widget to cd into ghq projectsAlan Pearce2017-04-25-0/+20
| |
* | zsh: Install ghq completionAlan Pearce2017-04-25-0/+1
| |