Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | Emacs: Configure smartscan-mode properly | Alan Pearce | 2017-04-07 | -1/+2 | |
| | | | |||||
* | | | Emacs: Add a 1px padding to windows | Alan Pearce | 2017-04-07 | -1/+1 | |
| |/ |/| | |||||
* | | Emacs/zsh: Enable GNU Global if available | Alan Pearce | 2017-03-20 | -1/+4 | |
| | | |||||
* | | Emacs: Install dumb-jump for simple goto-definition | Alan Pearce | 2017-03-20 | -0/+15 | |
| | | |||||
* | | Add Emacs section to readme | Alan Pearce | 2017-03-20 | -0/+10 | |
| | | |||||
* | | Add comments to Makefile | Alan Pearce | 2017-03-20 | -1/+4 | |
| | | |||||
* | | Move zsh install commands to readme | Alan Pearce | 2017-03-20 | -29/+17 | |
| | | |||||
* | | Add installation section to readme | Alan Pearce | 2017-03-20 | -0/+15 | |
| | | |||||
* | | Emacs: Reconfigure beacon-mode | Alan Pearce | 2017-03-20 | -1/+6 | |
| | | |||||
* | | Emacs: Update private configuration | Alan Pearce | 2017-03-20 | -0/+0 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-03-20 | -4/+2 | |
|\ \ | |||||
| * | | Emacs: Fix replace load issue | Alan Pearce | 2017-03-17 | -4/+2 | |
| | | | |||||
* | | | Update README | Alan Pearce | 2017-03-20 | -5/+11 | |
| | | | |||||
* | | | Emacs: Point switch-to-dotfiles to new dotfiles folder | Alan Pearce | 2017-03-20 | -1/+1 | |
|/ / | |||||
* | | Replace emacs hook with makefile | Alan Pearce | 2017-03-17 | -17/+19 | |
| | | |||||
* | | Move top-level dotfiles to tags | Alan Pearce | 2017-03-17 | -0/+0 | |
| | | |||||
* | | Merge host-specific configuration to tags | Alan Pearce | 2017-03-17 | -17/+11 | |
| | | |||||
* | | Re-structure tags to GNU stow format | Alan Pearce | 2017-03-17 | -3/+0 | |
| | | |||||
* | | Emacs: Install projectile-ripgrep correctly | Alan Pearce | 2017-03-16 | -2/+3 | |
| | | | | | | | | It used to be bundled with ripgrep.el, now it seems to be separate | ||||
* | | zsh: Unset auto_cd | Alan Pearce | 2017-03-16 | -1/+0 | |
| | | |||||
* | | zsh: Remove autoenv | Alan Pearce | 2017-03-16 | -8/+0 | |
| | | |||||
* | | Gems: Install to .local/bin alongside other package managers | Alan Pearce | 2017-03-16 | -1/+1 | |
|/ | |||||
* | Emacs: Don't auto-enable highlight-stages mode | Alan Pearce | 2017-03-16 | -4/+4 | |
| | |||||
* | Emacs: Remove smart-tabs library code | Alan Pearce | 2017-03-16 | -12/+1 | |
| | |||||
* | Emacs: Ensure wgrep-ag is installed | Alan Pearce | 2017-03-15 | -0/+3 | |
| | |||||
* | Emacs: Fix byte-compilation warnings | Alan Pearce | 2017-03-14 | -17/+12 | |
| | |||||
* | Emacs: Fix free variable warning: company-dabbrev-downcase | Alan Pearce | 2017-03-14 | -2/+10 | |
| | | | | The default is `case-replace`, so use that instead | ||||
* | Emacs: Remove unnecessary smart-tabs code | Alan Pearce | 2017-03-14 | -12/+2 | |
| | |||||
* | Emacs: Remove magithub | Alan Pearce | 2017-03-13 | -7/+0 | |
| | |||||
* | Update private Emacs configuration | Alan Pearce | 2017-03-13 | -0/+0 | |
| | |||||
* | Slate: Remove layouts | Alan Pearce | 2017-03-13 | -12/+0 | |
| | | | | I'm trying out using just one window per screen. | ||||
* | Emacs: Don't enable electric-quote-mode | Alan Pearce | 2017-03-13 | -9/+0 | |
| | | | | | It pairs "``" with "'", which isn't what I wanted, and doesn't seem to be configurable | ||||
* | Emacs: Remove auto-indent-mode | Alan Pearce | 2017-03-13 | -30/+0 | |
| | | | | | | | | Not necessary with electric-indent-mode, which I’ve already set up in c-mode-hook. It was responsible for all the `looking-back` errors when compiling or executing init.el | ||||
* | Diminish beacon-mode | Alan Pearce | 2017-03-13 | -0/+1 | |
| | |||||
* | Emacs: Install beacon-mode | Alan Pearce | 2017-03-13 | -0/+11 | |
| | |||||
* | Emacs: Use "Fixed" font on X11 | Alan Pearce | 2017-03-13 | -1/+1 | |
| | |||||
* | Emacs: Check for display system before setting theme | Alan Pearce | 2017-03-13 | -0/+1 | |
| | |||||
* | Emacs: Check for SSH environment before starting gpg-agent | Alan Pearce | 2017-03-10 | -1/+2 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-03-07 | -1/+1 | |
|\ | |||||
| * | which -> command -v | Alan Pearce | 2017-03-06 | -1/+1 | |
| | | | | | | | | | | | | http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script/677212#677212 TL;DR `command` is a POSIX-specified builtin. `which` is unreliable. | ||||
* | | Update private elisp | Alan Pearce | 2017-03-07 | -0/+0 | |
| | | |||||
* | | Emacs: Add ace-link | Alan Pearce | 2017-03-07 | -0/+14 | |
| | | |||||
* | | Emacs: Fix loading private elisp | Alan Pearce | 2017-03-07 | -10/+7 | |
| | | |||||
* | | Emacs: Use projectile-commander when switching projects | Alan Pearce | 2017-03-07 | -1/+1 | |
| | | |||||
* | | Emacs: Remove ivy-resume binding | Alan Pearce | 2017-03-07 | -1/+0 | |
| | | | | | | | | I’ve never intentionally used it | ||||
* | | Emacs: Store file-name-handler-alist into variable | Alan Pearce | 2017-03-06 | -6/+4 | |
|/ | |||||
* | Emacs: Configure multi-line eshell prompt | Alan Pearce | 2017-03-05 | -1/+5 | |
| | |||||
* | Emacs: Configure window-dividers in X11 environments | Alan Pearce | 2017-02-28 | -3/+6 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-02-28 | -1/+1 | |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-02-27 | -2/+2 | |
| |\ |