Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: Force-bind avy shortcuts | Alan Pearce | 2017-08-27 | -5/+5 | |
| | |||||
* | sxhkd: Use disper for XF86Display shortcut | Alan Pearce | 2017-08-27 | -1/+3 | |
| | |||||
* | Emacs: Add desktop file | Alan Pearce | 2017-08-27 | -0/+11 | |
| | |||||
* | msmtp: Add initial configuration | Alan Pearce | 2017-08-26 | -0/+26 | |
| | |||||
* | offlineimap: Add initial configuration | Alan Pearce | 2017-08-26 | -0/+39 | |
| | |||||
* | zsh: Set SSH_AUTH_SOCK to GnuPG SSH agent socket | Alan Pearce | 2017-08-26 | -2/+3 | |
| | |||||
* | i3: Use i3status from current-system | Alan Pearce | 2017-08-26 | -1/+1 | |
| | | | | | | It's not feasible to use the nix derivation dependency, because the i3 config file is not generated by NixOS, so use the current system version instead. This means that it needs to be added to systemPackages. | ||||
* | i3: Fix passmenu binding | Alan Pearce | 2017-08-26 | -1/+1 | |
| | |||||
* | zsh: Ensure cache directory is present for HISTFILE | Alan Pearce | 2017-08-26 | -0/+2 | |
| | |||||
* | Emacs: Configure mu4e | Alan Pearce | 2017-08-25 | -0/+52 | |
| | |||||
* | Emacs: Default to SSH socket from GnuPG | Alan Pearce | 2017-08-25 | -1/+1 | |
| | |||||
* | gpg: Use builtin tor method | Alan Pearce | 2017-08-25 | -2/+5 | |
| | |||||
* | i3: Fix duplicate keybinds again | Alan Pearce | 2017-08-25 | -2/+3 | |
| | |||||
* | zsh: Don't init gnupg on macOS. | Alan Pearce | 2017-08-21 | -2/+2 | |
| | | | | Assume GPG Tools are installed instead | ||||
* | Emacs: Remove base16-theme | Alan Pearce | 2017-08-21 | -11/+1 | |
| | |||||
* | Emacs: add lentic configuration | Alan Pearce | 2017-08-21 | -0/+4 | |
| | |||||
* | Emacs: Fix C-c p s s binding | Alan Pearce | 2017-08-21 | -0/+1 | |
| | |||||
* | Emacs: Update encrypted configuration | Alan Pearce | 2017-08-21 | -0/+0 | |
| | |||||
* | Configure GPG (version 2.1) | Alan Pearce | 2017-08-18 | -2/+112 | |
| | |||||
* | xprofile: Increase delay for setting cursor | Alan Pearce | 2017-08-18 | -1/+1 | |
| | | | | Seems like it didn't always work with a 1 second delay | ||||
* | i3: Tweak keybinds | Alan Pearce | 2017-08-18 | -5/+5 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-08-17 | -23/+0 | |
|\ | |||||
| * | Emacs: Remove eziam setup | Alan Pearce | 2017-08-08 | -23/+0 | |
| | | |||||
* | | i3: Tweak keybindings | Alan Pearce | 2017-08-17 | -3/+3 | |
|/ | |||||
* | Emacs: Fix execution of old code at startup | Alan Pearce | 2017-08-07 | -2820/+2835 | |
| | | | | | | Set load-prefer-newer before loading main init code (it does not apply to the file it is in) Set auto-compile-on-load to compile init.el if it is newer than init.elc | ||||
* | Merge branch 'master' of ssh://alanpearce.eu/dotfiles | Alan Pearce | 2017-08-06 | -880/+795 | |
|\ | |||||
| * | Emacs: Remove twig-mode | Alan Pearce | 2017-08-04 | -11/+1 | |
| | | | | | | | | I don't use PHP any more | ||||
| * | Emacs: Remove coffee mode | Alan Pearce | 2017-08-04 | -12/+1 | |
| | | | | | | | | Unused | ||||
| * | Emacs: Simplify search for init file | Alan Pearce | 2017-08-04 | -4/+1 | |
| | | |||||
| * | Emacs: Fix startup issue opening encrypted config | Alan Pearce | 2017-08-04 | -5/+2 | |
| | | |||||
| * | Emacs: Make bbdb popup window smaller | Alan Pearce | 2017-08-04 | -0/+1 | |
| | | |||||
| * | Emacs: Fix smartparens not being disabled in lisp modes | Alan Pearce | 2017-08-04 | -1/+3 | |
| | | |||||
| * | Emacs: Use outshine instead of lentic | Alan Pearce | 2017-08-04 | -2838/+22 | |
| | | |||||
| * | Emacs: Move post-startup de-optimisation code to top of file | Alan Pearce | 2017-08-04 | -11/+12 | |
| | | |||||
| * | Emacs: Fix byte-compiler warnings | Alan Pearce | 2017-08-03 | -11/+6 | |
| | | |||||
| * | Ignore flycheck temp files | Alan Pearce | 2017-08-03 | -0/+1 | |
| | | |||||
| * | Emacs: Remove counsel-dash | Alan Pearce | 2017-08-03 | -68/+0 | |
| | | | | | | | | I don't seem to be using it, and it's currently not installable via nix | ||||
| * | Ignore .elc files | Alan Pearce | 2017-08-03 | -0/+1 | |
| | | | | | | | | With lentic-mode, these are now created inside the repository | ||||
| * | Emacs: Update Makefile to only byte-compile init | Alan Pearce | 2017-08-03 | -14/+1 | |
| | | |||||
| * | Emacs: Switch from org-babel to lentic-mode | Alan Pearce | 2017-08-03 | -203/+3037 | |
| | | |||||
| * | Emacs: Fix building emacs config files on macOS | Alan Pearce | 2017-08-03 | -2/+6 | |
| | | |||||
| * | Emacs: Use smartparens from melpa-stable | Alan Pearce | 2017-08-02 | -1/+1 | |
| | | | | | | | | Recommended by author: https://github.com/Fuco1/smartparens/issues/775#issuecomment-315853084 | ||||
* | | Xprofile: Run cmst | Alan Pearce | 2017-08-06 | -0/+1 | |
| | | |||||
* | | Emacs: Update linux fonts | Alan Pearce | 2017-08-06 | -2/+2 | |
|/ | |||||
* | Emacs: Guard against startup errors from frame-title setting | Alan Pearce | 2017-07-31 | -1/+1 | |
| | |||||
* | Emacs: Fix typo in base16-theme init | Alan Pearce | 2017-07-20 | -1/+1 | |
| | |||||
* | i3: Don't toggle workspaces | Alan Pearce | 2017-07-19 | -1/+0 | |
| | |||||
* | Emacs: Move eyebrowse bindings from under WM keybinds | Alan Pearce | 2017-07-18 | -11/+27 | |
| | |||||
* | i3: Add initial configuration | Alan Pearce | 2017-07-17 | -0/+325 | |
| | |||||
* | adopt: Use stow to create backlinks | Alan Pearce | 2017-07-17 | -2/+2 | |
| |