Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | |
| |\ | |||||
| * | | Emacs: Use projectile-find-file when switching projects | Alan Pearce | 2017-02-25 | -1/+1 | |
| | | | |||||
* | | | XResources: Remove rxvt-unicode configuration | Alan Pearce | 2017-02-28 | -20/+0 | |
| | | | |||||
* | | | Fix setting SSH_AUTH_SOCK | Alan Pearce | 2017-02-28 | -2/+2 | |
| |/ |/| | |||||
* | | Emacs: Reconfigure fonts on X11 | Alan Pearce | 2017-02-25 | -2/+2 | |
|/ | |||||
* | Emacs: Use eslint_d for flycheck, if installed | Alan Pearce | 2017-02-22 | -1/+3 | |
| | |||||
* | Emacs: Use secure package archives | Alan Pearce | 2017-02-22 | -4/+5 | |
| | |||||
* | Emacs: Cache GitHub calls for longer | Alan Pearce | 2017-02-22 | -1/+3 | |
| | |||||
* | Emacs: Remove projectile-switch-to-buffer binding | Alan Pearce | 2017-02-22 | -1/+0 | |
| | |||||
* | rcup: Use `Emacs` command for building configuration if exists | Alan Pearce | 2017-02-22 | -2/+4 | |
| | | | | | `emacs` calls /usr/bin/emacs, which is too old. This relies on an Emacs application being added to $PATH | ||||
* | Emacs: Update private Spotcap configuration | Alan Pearce | 2017-02-22 | -0/+0 | |
| | |||||
* | Add system for loading extra encrypted configuration | Alan Pearce | 2017-02-22 | -0/+53 | |
| | |||||
* | Emacs: Add process-exit-code command | Alan Pearce | 2017-02-22 | -0/+4 | |
| | |||||
* | Merge branch 'master' of git.alanpearce.uk:alan/dotfiles | Alan Pearce | 2017-02-21 | -11/+0 | |
|\ | |||||
| * | Emacs: Remove disable solarized theme setup | Alan Pearce | 2017-02-11 | -11/+0 | |
| | | |||||
* | | Emacs: Install magithub | Alan Pearce | 2017-02-21 | -0/+5 | |
| | | |||||
* | | Emacs: Configure borders and window dividers | Alan Pearce | 2017-02-21 | -0/+12 | |
| | | |||||
* | | Emacs: Use Roboto Mono on Retina | Alan Pearce | 2017-02-21 | -1/+1 | |
| | | |||||
* | | Emacs: Remove perspective | Alan Pearce | 2017-02-19 | -33/+7 | |
| | | | | | | | | | | It seemed to slow things down a lot, particularly on macOS. I seem to be able to get on fine without it, as well. | ||||
* | | Emacs: Fix exec-path-from-shell-initialize error | Alan Pearce | 2017-02-07 | -1/+1 | |
| | | |||||
* | | Emacs: Fix called-interactively-p warnings | Alan Pearce | 2017-02-07 | -2/+2 | |
|/ | |||||
* | Emacs: Show modeline by default | Alan Pearce | 2017-02-07 | -1/+1 | |
| | | | | At least, until I can figure out how to show a divider | ||||
* | Emacs: Make bar cursor thinner | Alan Pearce | 2017-02-07 | -1/+1 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-02-06 | -3/+3 | |
|\ | |||||
| * | Emacs: Fix Emacs font-size | Alan Pearce | 2017-02-05 | -2/+2 | |
| | | |||||
| * | zsh: Don’t check SHLVL under X | Alan Pearce | 2017-02-05 | -1/+1 | |
| | | | | | | | | It seems to be too inconsistent | ||||
* | | Emacs: Improve hide/show mode line functions | Alan Pearce | 2017-02-06 | -16/+25 | |
|/ | |||||
* | Slate: Work with Safari Tech Preview as default browser | Alan Pearce | 2017-02-01 | -1/+1 | |
| | |||||
* | Slate: Move layout shortcut to cmd-ctrl-enter | Alan Pearce | 2017-02-01 | -1/+1 | |
| | |||||
* | Emacs: Always show first completion candidate inline | Alan Pearce | 2017-02-01 | -0/+3 | |
| | |||||
* | Emacs: Don’t use dabbrev in company | Alan Pearce | 2017-02-01 | -3/+2 | |
| | |||||
* | Emacs: Install and configure company-restclient | Alan Pearce | 2017-02-01 | -0/+4 | |
| | |||||
* | Emacs: Move environment variable configuration | Alan Pearce | 2017-02-01 | -13/+13 | |
| |