Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change indentation setup to two spaces | Alan Pearce | 2016-10-31 | -27/+33 |
| | ||||
* | Remove Syncthing LaunchAgent | Alan Pearce | 2016-10-27 | -30/+0 |
| | | | | It should be included with the software via either ports or brew | |||
* | Emacs: Update js2-mode configuration | Alan Pearce | 2016-10-27 | -2/+1 |
| | ||||
* | zsh: load and save history | Alan Pearce | 2016-10-26 | -0/+4 |
| | ||||
* | Remove brew stuff | Alan Pearce | 2016-10-21 | -21/+0 |
| | ||||
* | Update karabiner.json | Alan Pearce | 2016-10-17 | -25/+40 |
| | ||||
* | Don’t load tern.el if executable missing | Alan Pearce | 2016-10-14 | -0/+1 |
| | ||||
* | Use web-mode for normal html files | Alan Pearce | 2016-10-14 | -1/+1 |
| | ||||
* | Emacs: Swap crux open-line keybinds | Alan Pearce | 2016-10-14 | -2/+2 |
| | ||||
* | Merge branch 'master' of git.alanpearce.uk:alan/dotfiles | Alan Pearce | 2016-10-12 | -7/+5 |
|\ | ||||
| * | Emacs: Fix tramp prompt regexp for FreeBSD hosts | Alan Pearce | 2016-10-04 | -1/+1 |
| | | ||||
| * | Merge branch 'master' of git.alanpearce.uk:alan/dotfiles | Alan Pearce | 2016-10-03 | -0/+7 |
| |\ | ||||
| * | | Emacs: Fix oversized euro sign on X11 | Alan Pearce | 2016-10-02 | -0/+1 |
| | | | | | | | | | | | | Set fallback font as Terminus | |||
| * | | Emacs: Use builtin function to create font-spec | Alan Pearce | 2016-10-02 | -6/+3 |
| | | | ||||
* | | | Emacs: Replace simple functions with crux.el | Alan Pearce | 2016-10-11 | -48/+22 |
| |/ |/| | ||||
* | | zsh: Add "hub" aliases again | Alan Pearce | 2016-09-29 | -0/+7 |
|/ | ||||
* | Emacs: Show Assets:Budget in budget report | Alan Pearce | 2016-09-28 | -1/+1 |
| | ||||
* | Emacs: Install and configure nixos completions | Alan Pearce | 2016-09-28 | -0/+7 |
| | ||||
* | zsh: Add function to open project from PWD or arg | Alan Pearce | 2016-09-28 | -0/+7 |
| | ||||
* | zsh: Set $EDITOR | Alan Pearce | 2016-09-28 | -0/+1 |
| | ||||
* | zsh: Add ec alias | Alan Pearce | 2016-09-28 | -0/+2 |
| | ||||
* | Slate: Move focus keybindings | Alan Pearce | 2016-09-28 | -4/+4 |
| | | | | cmd-arrows are often used in macOS itself, for finder and browsers | |||
* | zsh: Source private zshenv if exists | Alan Pearce | 2016-09-28 | -0/+5 |
| | ||||
* | Emacs: Use SF Mono font on macOS | Alan Pearce | 2016-09-27 | -1/+1 |
| | ||||
* | Slate: Fix incorrect keybinding | Alan Pearce | 2016-09-27 | -1/+1 |
| | ||||
* | Slate: Add keybind to set work layout | Alan Pearce | 2016-09-26 | -0/+2 |
| | ||||
* | Emacs: Add smartscan-mode | Alan Pearce | 2016-09-26 | -0/+10 |
| | | | | | Go to next/previous instance of symbol at point with M-n and M-p. M-' to replace all instances of symbol | |||
* | Add Karabiner Elements configuration | Alan Pearce | 2016-09-26 | -0/+26 |
| | ||||
* | zsh: Add ds (directory size) function | Alan Pearce | 2016-09-25 | -0/+4 |
| | | | | Shows size of subfolders, largest at the bottom. Easy to explore with. | |||
* | Emacs: Try smaller, unsmoothed fonts on X11 | Alan Pearce | 2016-09-25 | -1/+1 |
| | ||||
* | Remove zsh-directory-history | Alan Pearce | 2016-09-24 | -11/+1 |
| | | | | It was slow and I kept having issues | |||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2016-09-24 | -903/+922 |
|\ | ||||
| * | Emacs: Add mpc setup | Alan Pearce | 2016-09-23 | -0/+9 |
| | | ||||
| * | Don’t auto-update homebrew | Alan Pearce | 2016-09-23 | -0/+2 |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2016-09-23 | -871/+871 |
| |\ | ||||
| * | | Emacs: Use Monoid HalfTight on Retina display | Alan Pearce | 2016-09-23 | -33/+33 |
| | | | ||||
| * | | zsh: Add lunchy completion if installed | Alan Pearce | 2016-09-23 | -0/+8 |
| | | | ||||
* | | | Emacs: Use Liberation Sans on linux | Alan Pearce | 2016-09-24 | -1/+1 |
| | | | | | | | | | | | | It’s more likely to be available | |||
* | | | zsh: Hide right prompt | Alan Pearce | 2016-09-24 | -0/+1 |
| |/ |/| | ||||
* | | Emacs: Resize fonts on linux | Alan Pearce | 2016-09-21 | -33/+33 |
|/ | | | | | Changing the specification of the font size caused the size to change somehow. This makes the fonts the same real size as before. | |||
* | Emacs: Move avy-goto-word keybinding | Alan Pearce | 2016-09-21 | -1/+1 |
| | | | | It was shadowing some useful keybinds, like M-s M-w (eww-search-words) | |||
* | Emacs: Use async operations for package.el | Alan Pearce | 2016-09-20 | -0/+1 |
| | ||||
* | Emacs: Replace typo-mode with electric-quote-mode | Alan Pearce | 2016-09-20 | -11/+3 |
| | ||||
* | Emacs: Move goto-last-change binding | Alan Pearce | 2016-09-20 | -1/+1 |
| | | | | | C-x SPC is the default for rectangle-mark-mode, which is now more useful and intuitive in Emacs 25 | |||
* | Emacs: Setting tab-stop-list seems unnecessary | Alan Pearce | 2016-09-20 | -7/+2 |
| | ||||
* | Emacs: Remove recentf and virtual ivy buffers | Alan Pearce | 2016-09-20 | -50/+38 |
| | ||||
* | Emacs: Replace helm history commands with counsel | Alan Pearce | 2016-09-20 | -30/+30 |
| | ||||
* | Emacs: Replace helm-dash with counsel-dash | Alan Pearce | 2016-09-20 | -29/+29 |
| | ||||
* | Fix package-archive-priorities | Alan Pearce | 2016-09-20 | -4/+4 |
| | ||||
* | Emacs: Update package archive filtering (25.1) | Alan Pearce | 2016-09-19 | -64/+24 |
| |