Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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/+0 | |
| | | | | | After moving from GNU Stow, this is not necessary. Non-hidden files are much easier to work with. | ||||
* | Emacs: use kubel in place of kubernetes.el | Alan Pearce | 2020-03-17 | -0/+6 | |
| | | | | kubernetes.el did not build on nix. kubel seems simpler and faster as well. | ||||
* | Emacs: optimise file loading at startup | Alan Pearce | 2020-03-02 | -2/+5 | |
| | |||||
* | Emacs: optimise GC during minibuffer usage | Alan Pearce | 2020-03-02 | -5/+8 | |
| | |||||
* | Emacs: enable previewing buffers when switching | Alan Pearce | 2020-02-28 | -1/+1 | |
| | |||||
* | Emacs: tell doom-modeline to use projectile | Alan Pearce | 2020-02-27 | -0/+1 | |
| | |||||
* | Emacs: don't load git-gutter | Alan Pearce | 2020-02-27 | -2/+0 | |
| | |||||
* | Emacs: remove minions | Alan Pearce | 2020-02-27 | -6/+0 | |
| | | | | | Not used by doom-modeline unless configured. Since I didn't notice until now, it would seem that it's not necessary. | ||||
* | Emacs: optimise startup | Alan Pearce | 2020-02-27 | -4/+13 | |
| | |||||
* | Emacs: remove tabnine load-path override | Alan Pearce | 2020-02-27 | -6/+0 | |
| | |||||
* | Emacs: fix company-tabnine startup | Alan Pearce | 2020-02-27 | -1/+1 | |
| | |||||
* | Emacs: optimise startup and GC | Alan Pearce | 2020-02-27 | -1/+7 | |
| | |||||
* | Emacs: optimise lsp setup | Alan Pearce | 2020-02-27 | -6/+2 | |
| | |||||
* | Emacs: use proper form of general keymap mapping | Alan Pearce | 2020-02-27 | -1/+1 | |
| | |||||
* | Emacs: fix lsp | Alan Pearce | 2020-02-27 | -0/+1 | |
| | |||||
* | Emacs: use amx without smex history migration | Alan Pearce | 2020-02-27 | -4/+2 | |
| | |||||
* | Emacs: remove deprecated lsp variable | Alan Pearce | 2020-02-27 | -1/+0 | |
| | |||||
* | Emacs: remove use-package calls for non-packages | Alan Pearce | 2020-02-18 | -6/+2 | |
| | |||||
* | Emacs: ensure theme package is loaded | Alan Pearce | 2020-02-18 | -1/+2 | |
| | |||||
* | Emacs: improve startup speed | Alan Pearce | 2020-02-18 | -10/+10 | |
| | |||||
* | Emacs: remove beancount | Alan Pearce | 2020-01-29 | -5/+0 | |
| | |||||
* | Configure golang dev environment | Alan Pearce | 2020-01-26 | -0/+12 | |
| | |||||
* | Emacs: make projectile-kill-buffers ignore special buffers | Alan Pearce | 2020-01-22 | -0/+1 | |
| | |||||
* | Emacs: fix evil-collection warnings | Alan Pearce | 2020-01-11 | -7/+2 | |
| | |||||
* | Emacs: improve company tab handling | Alan Pearce | 2020-01-11 | -2/+8 | |
| | |||||
* | Emacs: use web-mode for html | Alan Pearce | 2020-01-11 | -1/+2 | |
| | |||||
* | Emacs: Set css inndentation | Alan Pearce | 2020-01-11 | -0/+5 | |
| | |||||
* | Emacs: fix unbound regex in tsx mode specification | Alan Pearce | 2020-01-11 | -1/+1 | |
| | |||||
* | Emacs: improve flycheck responsiveness | Alan Pearce | 2020-01-10 | -1/+1 | |
| | |||||
* | Emacs: disable lsp-ui-doc-mode properly | Alan Pearce | 2020-01-10 | -2/+2 | |
| | |||||
* | Emacs: add slash surround pair | Alan Pearce | 2020-01-10 | -1/+19 | |
| | |||||
* | Emacs: bind C-a/C-q to change number at point like vim | Alan Pearce | 2020-01-02 | -0/+6 | |
| | |||||
* | Emacs: install evil-matchit for better jumping between begin/end | Alan Pearce | 2020-01-02 | -0/+5 | |
| | |||||
* | Emacs: configure evil-embrace to supplement evil-surround | Alan Pearce | 2020-01-02 | -0/+9 | |
| | |||||
* | Emacs: show number of search matches in minibuffer or modeline | Alan Pearce | 2020-01-02 | -1/+6 | |
| | |||||
* | Emacs: tweak startup ordering | Alan Pearce | 2020-01-02 | -0/+2 | |
| | |||||
* | Emacs: use emacs state in ledger-reconcile buffers | Alan Pearce | 2019-12-23 | -0/+1 | |
| |