Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Emacs: Configure popwin to tame helm windows | Alan Pearce | 2014-07-01 | -1/+2 |
| | ||||
* | Emacs: disable lock file creation | Alan Pearce | 2014-06-30 | -0/+1 |
| | ||||
* | Emacs: check if server is already running | Alan Pearce | 2014-06-29 | -1/+4 |
| | ||||
* | Emacs: Fix skewer autoloading issue | Alan Pearce | 2014-06-29 | -3/+1 |
| | ||||
* | Emacs: Increase vertical window split threshold | Alan Pearce | 2014-06-28 | -1/+2 |
| | ||||
* | Emacs: Make auto-indent-mode start at init | Alan Pearce | 2014-06-27 | -2/+0 |
| | ||||
* | Emacs: Add litable | Alan Pearce | 2014-06-27 | -0/+1 |
| | ||||
* | Emacs: Only complete when explicitly requested | Alan Pearce | 2014-06-27 | -1/+1 |
| | ||||
* | Emacs: more deferred loading | Alan Pearce | 2014-06-26 | -0/+2 |
| | ||||
* | Emacs: Start server unless running as daemon | Alan Pearce | 2014-06-26 | -0/+3 |
| | ||||
* | Emacs: Fix company completion double-paren issue | Alan Pearce | 2014-06-26 | -1/+3 |
| | ||||
* | Emacs: show completions from multiple backends | Alan Pearce | 2014-06-26 | -1/+3 |
| | | | | | Now gtags candidates can be shown alongside native php candidates, for example. | |||
* | Emacs: fix relative paths with subfolder-projects | Alan Pearce | 2014-06-26 | -1/+1 |
| | ||||
* | Emacs: use unicode ido-vertical-decorations | Alan Pearce | 2014-06-25 | -0/+15 |
| | ||||
* | Revert "Emacs: use dired-x-find-file over ido-find-file" | Alan Pearce | 2014-06-25 | -4/+3 |
| | | | | This reverts commit a8f44b320cdbfb7921f78c03833fcba41df0be49. | |||
* | Emacs: Add commands to open a work or home project | Alan Pearce | 2014-06-25 | -0/+31 |
| | | | | | | Given that the projects are folders under (work|home)-project-directory which match projectile's own predicates, switch to them with projectile, even if they're not 'known' to it. | |||
* | Emacs: add and configure scss-mode | Alan Pearce | 2014-06-25 | -0/+6 |
| | ||||
* | Emacs: remove puppet-mode | Alan Pearce | 2014-06-25 | -6/+0 |
| | ||||
* | Emacs: set OSX font to Monaco | Alan Pearce | 2014-06-25 | -1/+1 |
| | ||||
* | Emacs: set default font in current and new frames | Alan Pearce | 2014-06-25 | -1/+2 |
| | ||||
* | Emacs: Disable 'reverting buffer…' message | Alan Pearce | 2014-06-24 | -1/+4 |
| | ||||
* | Emacs: use ws-butler instead of crude hook | Alan Pearce | 2014-06-24 | -2/+4 |
| | | | | Now I'm not changing all the whitespace all the time! | |||
* | Emacs: fix error when byte-compiling | Alan Pearce | 2014-06-22 | -2/+2 |
| | ||||
* | Emacs: re-use directories in dired | Alan Pearce | 2014-06-22 | -1/+2 |
| | ||||
* | Emacs: use dired-x-find-file over ido-find-file | Alan Pearce | 2014-06-22 | -3/+4 |
| | | | | Gains find-file-at-point functionality. With ido-everywhere, still uses ido. | |||
* | Emacs: ido-completing read all the things! | Alan Pearce | 2014-06-22 | -1/+2 |
| | ||||
* | Emacs: defer loading of more modes | Alan Pearce | 2014-06-21 | -0/+3 |
| | ||||
* | Emacs: remove ERC configuration | Alan Pearce | 2014-06-21 | -15/+0 |
| | ||||
* | Emacs: defer package loading for faster init | Alan Pearce | 2014-06-21 | -7/+19 |
| | ||||
* | Emacs: Defer loading of go-mode | Alan Pearce | 2014-06-21 | -0/+3 |
| | ||||
* | Emacs: install perspective and persp-projectile | Alan Pearce | 2014-06-15 | -0/+8 |
| | ||||
* | Emacs: enable autopair in yaml and text modes | Alan Pearce | 2014-06-14 | -0/+2 |
| | ||||
* | Emacs: enable tabs in nginx configuration | Alan Pearce | 2014-06-14 | -1/+3 |
| | ||||
* | Merge branch 'master' of home:dotfiles | Alan Pearce | 2014-06-13 | -4/+8 |
|\ | ||||
| * | Emacs: bind magit-status keys to projectile-vc | Alan Pearce | 2014-06-12 | -3/+3 |
| | | | | | | | | | | More general, and won't have to find the .git folder every time as projectile will already know the project root. | |||
| * | Emacs: simplify flycheck diminish call | Alan Pearce | 2014-06-12 | -1/+1 |
| | | ||||
| * | Emacs: diminish redshank and paredit | Alan Pearce | 2014-06-12 | -0/+2 |
| | | ||||
| * | Emacs: Install tools for Platinum Searcher | Alan Pearce | 2014-06-11 | -0/+2 |
| | | ||||
* | | Emacs: add gist package | Alan Pearce | 2014-06-11 | -0/+1 |
|/ | ||||
* | Emacs: Rebind s-, to edit init.el via imenu | Alan Pearce | 2014-06-10 | -3/+1 |
| | ||||
* | Emacs: Set smart-tabs-mode from indent-tabs-mode | Alan Pearce | 2014-06-10 | -0/+2 |
| | ||||
* | Emacs: enable web-mode in hugo theme layouts | Alan Pearce | 2014-06-10 | -0/+1 |
| | ||||
* | Emacs: Disable smart-tabs in php-mode | Alan Pearce | 2014-06-09 | -2/+1 |
| | | | | I do not like PSR-1. Ah well. | |||
* | Emacs: Disable autopair in web-mode | Alan Pearce | 2014-06-09 | -0/+1 |
| | ||||
* | Emacs: Add command to insert date and time | Alan Pearce | 2014-06-08 | -0/+8 |
| | ||||
* | Emacs: Set sentences to end with two spaces | Alan Pearce | 2014-06-08 | -1/+1 |
| | ||||
* | Emacs: install toml-mode | Alan Pearce | 2014-06-06 | -0/+1 |
| | ||||
* | Emacs: open twig files in web-mode | Alan Pearce | 2014-06-06 | -0/+1 |
| | ||||
* | Emacs: setup org-mobile, syncing via Dropbox | Alan Pearce | 2014-06-05 | -0/+5 |
| | ||||
* | Emacs: switch PHP to Symfony style :( | Alan Pearce | 2014-06-05 | -21/+1 |
| |