Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | Emacs: remove incorrect counsel-projectile-rg keybinding | Alan Pearce | 2017-09-22 | -1/+0 | |
| | | | |||||
* | | | Emacs: Diminish company some more | Alan Pearce | 2017-09-22 | -1/+1 | |
| | | | |||||
* | | | Emacs: Don't complain about projectile-global-mode deprecation | Alan Pearce | 2017-09-22 | -0/+1 | |
| | | | |||||
* | | | Emacs: Complain more when editorconfig is missing | Alan Pearce | 2017-09-22 | -1/+4 | |
| | | | |||||
* | | | msmtp: Fix google mail password | Alan Pearce | 2017-09-22 | -1/+1 | |
| |/ |/| | |||||
* | | autorandr: Set correct DPI for external monitors | Alan Pearce | 2017-09-19 | -1/+1 | |
| | | | | | | | | Turns out they're actually more like 94 dpi, but oh well. | ||||
* | | offlineimap: Use app-specific password for mail | Alan Pearce | 2017-09-19 | -1/+1 | |
| | | |||||
* | | Emacs: Optimise projectile usage | Alan Pearce | 2017-09-18 | -0/+1 | |
| | | |||||
* | | Emacs: Enable projectile-mode globally | Alan Pearce | 2017-09-18 | -1/+1 | |
| | | | | | | | | | | The function projectile-global-mode no longe rseems to throw deprecation warnings. | ||||
* | | Emacs: Use correct keybinding syntax for projectile-ripgrep | Alan Pearce | 2017-09-18 | -1/+2 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-09-18 | -1/+1 | |
|\| | |||||
| * | Emacs: Fix incorrect keybind command | Alan Pearce | 2017-09-18 | -1/+1 | |
| | | |||||
* | | Emacs: Fix beancount loading | Alan Pearce | 2017-09-18 | -1/+1 | |
|/ | | | | | If another repository exists whose name includes beancount and sorts before it, then loading beancount.el will fail due to incorrect load path | ||||
* | git: Use satoshipay email for its repositories | Alan Pearce | 2017-09-16 | -0/+4 | |
| | |||||
* | git: Fix gpg invocation | Alan Pearce | 2017-09-16 | -1/+1 | |
| | |||||
* | Emacs: Move projectile-vc key to C-M-g | Alan Pearce | 2017-09-15 | -1/+1 | |
| | | | | | Super should be reserved for the window manager; it was in the way of the i3 gaps mode | ||||
* | i3status: Shorten networking info | Alan Pearce | 2017-09-15 | -9/+12 | |
| | |||||
* | xprofile: Don't run nitrokey-app | Alan Pearce | 2017-09-15 | -1/+0 | |
| | | | | | The linux version doesn't seem to do anything useful, like notify when it's plugged in | ||||
* | i3: Configure gaps | Alan Pearce | 2017-09-15 | -0/+41 | |
| | |||||
* | i3: Switch back to bitmap fonts | Alan Pearce | 2017-09-15 | -2/+2 | |
| | |||||
* | Emacs: Remove nix info from frame title | Alan Pearce | 2017-09-15 | -17/+0 | |
| | |||||
* | npmrc: Fix creation of '$HOME' dir | Alan Pearce | 2017-09-14 | -3/+7 | |
| | |||||
* | autorandr: Add notification to postswitch script | Alan Pearce | 2017-09-13 | -0/+1 | |
| | |||||
* | xprofile: Move X settings after autorandr switch | Alan Pearce | 2017-09-13 | -2/+2 | |
| | |||||
* | autorandr: Fix profile detection | Alan Pearce | 2017-09-13 | -4/+6 | |
| | |||||
* | Emacs: Add autoload for beancount-mode | Alan Pearce | 2017-09-13 | -0/+1 | |
| | |||||
* | Emacs: Make sure pre-set SSH_AUTH_SOCK exists before using it | Alan Pearce | 2017-09-13 | -1/+2 | |
| | |||||
* | msmtp: Fix password fetching | Alan Pearce | 2017-09-13 | -2/+2 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-09-12 | -3/+8 | |
|\ | |||||
| * | i3: Use default font | Alan Pearce | 2017-09-10 | -1/+1 | |
| | | |||||
| * | xprofile: Set cursor after setting theme (from xresources) | Alan Pearce | 2017-09-10 | -1/+1 | |
| | | |||||
| * | xresources: Set cursor theme to Vanilla-DMZ | Alan Pearce | 2017-09-10 | -1/+6 | |
| | | |||||
* | | i3: Use client/server rxvt-unicode | Alan Pearce | 2017-09-12 | -1/+1 | |
| | | |||||
* | | Emacs: Add mu4e variable declarations | Alan Pearce | 2017-09-12 | -1/+11 | |
| | | |||||
* | | Emacs: Add mu4e-refile-folder for satoshipay | Alan Pearce | 2017-09-12 | -0/+1 | |
| | | |||||
* | | XResources: Override background colour | Alan Pearce | 2017-09-12 | -0/+2 | |
| | | |||||
* | | xprofile: Start nitrokey-app | Alan Pearce | 2017-09-12 | -0/+1 | |
| | | |||||
* | | i3: Disable mouse warping | Alan Pearce | 2017-09-12 | -0/+2 | |
|/ | |||||
* | Emacs: fix error when checking if beancount is available | Alan Pearce | 2017-09-09 | -1/+2 | |
| | |||||
* | Emacs: Move outline-cycle away from tab | Alan Pearce | 2017-09-09 | -2/+1 | |
| | | | | | Use shift-tab instead. `outshine-cycle-buffer` is already bound to alt-tab or ctrl-alt-i by default. | ||||
* | Emacs: Use electric-pair mode in nix-mode buffers | Alan Pearce | 2017-09-09 | -1/+7 | |
| | | | | It seems to work better than smartparens | ||||
* | Emacs: Add shortcut to insert current date in beancount | Alan Pearce | 2017-09-09 | -0/+2 | |
| | |||||
* | zsh: Fix email switch | Alan Pearce | 2017-09-09 | -1/+1 | |
| | |||||
* | Emacs: Add fontawesome | Alan Pearce | 2017-09-08 | -0/+10 | |
| | |||||
* | Emacs: Use system default font from Xresources | Alan Pearce | 2017-09-08 | -7/+3 | |
| | |||||
* | Remove trailing spaces | Alan Pearce | 2017-09-08 | -2/+2 | |
| | |||||
* | Emacs: Add company fallback keybind to overriding keymap | Alan Pearce | 2017-09-08 | -2/+2 | |
| | |||||
* | Emacs: Replace beacon with builtin hl-line-mode | Alan Pearce | 2017-09-08 | -18/+2 | |
| | |||||
* | Emacs: appease emacs-lisp-checkdoc | Alan Pearce | 2017-09-08 | -0/+2 | |
| | |||||
* | Emacs: reformat to outshine style | Alan Pearce | 2017-09-08 | -149/+149 | |
| |