Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: sort projectile results by mtime | Alan Pearce | 2020-06-29 | -0/+1 | |
| | |||||
* | Emacs: improve uniquified buffer names | Alan Pearce | 2020-06-29 | -1/+2 | |
| | |||||
* | Emacs: add tide for live TS type checking | Alan Pearce | 2020-06-11 | -0/+4 | |
| | | | | | eslint doesn't check types, which leads to surprising behaviour when building. | ||||
* | Emacs: configure emmet-mode | Alan Pearce | 2020-06-08 | -0/+3 | |
| | |||||
* | Emacs: improve window-splitting behaviour | Alan Pearce | 2020-06-06 | -2/+2 | |
| | |||||
* | Emacs: set default tab-width | Alan Pearce | 2020-06-02 | -0/+1 | |
| | |||||
* | Emacs: search hidden files automatically with ripgrep | Alan Pearce | 2020-05-26 | -0/+4 | |
| | |||||
* | Emacs: fix trash/thread keybinds in mu4e | Alan Pearce | 2020-05-19 | -0/+7 | |
| | |||||
* | Emacs: fix lsp <leader> key | Alan Pearce | 2020-05-19 | -1/+1 | |
| | |||||
* | Emacs: remove relative-buffers package (404) | Alan Pearce | 2020-05-01 | -8/+0 | |
| | | | | Replaced by doom-modeline functionality | ||||
* | Emacs: enable git-gutter after tweaking fringes | Alan Pearce | 2020-04-23 | -2/+2 | |
| | |||||
* | Emacs: re-add company-lsp | Alan Pearce | 2020-04-21 | -0/+5 | |
| | | | | Sometimes, TabNine's LSP integration doesn't work. It's nice to have a fallback. | ||||
* | Emacs: add lsp-mode shortcut to <leader> | Alan Pearce | 2020-04-16 | -0/+1 | |
| | |||||
* | Emacs: reduce fruit salad effect, regardless of theme | Alan Pearce | 2020-04-09 | -0/+2 | |
| | |||||
* | Emacs: make deletion of modified vc-backed files easier | Alan Pearce | 2020-04-04 | -1/+1 | |
| | | | | | crux-delete-file-and-buffer uses vc-delete-file, which aborts if the file is not up to date in the VCS, which is oftun infuriating | ||||
* | Reorganise folder structure to remove hidden files | Alan Pearce | 2020-04-03 | -0/+999 | |
After moving from GNU Stow, this is not necessary. Non-hidden files are much easier to work with. |