Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: remove fish-completion | Alan Pearce | 2022-06-13 | -8/+0 | |
| | |||||
* | emacs: fix nix-indent-line warning | Alan Pearce | 2021-06-05 | -1/+2 | |
| | |||||
* | Emacs: fix flycheck config in rustic-mode | Alan Pearce | 2021-05-17 | -1/+2 | |
| | |||||
* | Emacs: lazy-load rustic-mode | Alan Pearce | 2021-05-17 | -0/+1 | |
| | |||||
* | Fix syntax error | Alan Pearce | 2021-05-14 | -1/+1 | |
| | |||||
* | Emacs: ignore formatter errors | Alan Pearce | 2021-05-14 | -1/+3 | |
| | |||||
* | Create initial rust development setup | Alan Pearce | 2021-05-06 | -1/+10 | |
| | |||||
* | Emacs: show LSP reference peek menu even for one candidate | Alan Pearce | 2021-05-06 | -1/+2 | |
| | |||||
* | Emacs: run eslint after tide checks | Alan Pearce | 2021-05-03 | -0/+1 | |
| | |||||
* | Configure basic clojure development environment | Alan Pearce | 2021-04-13 | -0/+4 | |
| | |||||
* | Emacs: enable company-tide as secondary backend for typescript | Alan Pearce | 2021-03-28 | -0/+15 | |
| | | | | use a macro to set up secondary company backend s by mode | ||||
* | Emacs: use newer projectile variable name | Alan Pearce | 2021-03-28 | -4/+4 | |
| | |||||
* | Emacs: make underscore part of word in c-like modes | Alan Pearce | 2021-03-28 | -0/+4 | |
| | |||||
* | Emacs: enable npm-based tools in json files | Alan Pearce | 2021-03-22 | -1/+1 | |
| | |||||
* | emacs: enable racket, racket-xp modes | Alan Pearce | 2021-03-19 | -0/+5 | |
| | |||||
* | Emacs: switch to a mildly-colourful theme (doom-homage-white) | Alan Pearce | 2021-03-09 | -0/+2 | |
| | |||||
* | Emacs: use package-quickstart | Alan Pearce | 2021-03-09 | -2/+1 | |
| | |||||
* | Emacs: open tsx files via typescript-mode by default | Alan Pearce | 2021-01-28 | -4/+7 | |
| | |||||
* | Emacs: set up format-all-mode with default formatters | Alan Pearce | 2021-01-28 | -1/+1 | |
| | |||||
* | Emacs: add pair for elisp docstring `+' pairing | Alan Pearce | 2021-01-28 | -0/+2 | |
| | |||||
* | Emacs: only make / a surround pair in javascript-mode | Alan Pearce | 2021-01-28 | -2/+3 | |
| | |||||
* | Emacs: assume html files are django-like templates | Alan Pearce | 2021-01-20 | -1/+2 | |
| | |||||
* | Emacs: load magit immediately | Alan Pearce | 2020-12-29 | -1/+0 | |
| | |||||
* | Emacs: remove ivy-prescient | Alan Pearce | 2020-12-29 | -4/+0 | |
| | | | | Causes slowdowns for very little benefit | ||||
* | Emacs: fix evil warnings about undo-system | Alan Pearce | 2020-12-21 | -0/+1 | |
| | |||||
* | TabNine: move back to .local/tabnine/ | Alan Pearce | 2020-12-21 | -1/+1 | |
| | |||||
* | Emacs: remove deprecated evil-magit package | Alan Pearce | 2020-12-21 | -7/+3 | |
| | | | | Consumed by evil-collection | ||||
* | TabNine: move binaries to XDG data directory | Alan Pearce | 2020-12-12 | -1/+1 | |
| | |||||
* | Emacs: unbind C-j in company | Alan Pearce | 2020-12-11 | -0/+1 | |
| | |||||
* | Emacs: configure feature-mode | Alan Pearce | 2020-12-11 | -1/+4 | |
| | |||||
* | Emacs: install and enable ivy-prescient | Alan Pearce | 2020-12-08 | -0/+4 | |
| | |||||
* | Emacs: don't show recent tags in magit | Alan Pearce | 2020-12-08 | -0/+1 | |
| | | | | Nothing I work on uses tags and it may cause performance issues | ||||
* | Emacs: start server | Alan Pearce | 2020-12-02 | -0/+1 | |
| | |||||
* | Emacs: fix undo | Alan Pearce | 2020-11-26 | -0/+4 | |
| | |||||
* | Emacs: use undo-tree as undo system in evil | Alan Pearce | 2020-11-26 | -1/+2 | |
| | |||||
* | Emacs: Workaround format-all errors in templated yaml files | Alan Pearce | 2020-11-18 | -2/+1 | |
| | |||||
* | Emacs: remove company-lsp (obsolete) | Alan Pearce | 2020-11-16 | -5/+0 | |
| | | | | Superseded by company's own company-capf backend | ||||
* | Emacs: fix magit error | Alan Pearce | 2020-11-14 | -1/+2 | |
| | |||||
* | Emacs: fix eldoc-box initialisation | Alan Pearce | 2020-11-05 | -4/+2 | |
| | |||||
* | Emacs: replace prettier-js and sqlformat with format-all | Alan Pearce | 2020-10-24 | -10/+14 | |
| | |||||
* | Emacs: optimise text flowing | Alan Pearce | 2020-10-01 | -0/+6 | |
| | | | | Reduce bidirectional editing support, as I cannot read any non-LTR scripts | ||||
* | Emacs: improve lsp key help | Alan Pearce | 2020-09-21 | -0/+1 | |
| | |||||
* | Emacs: fix lsp not initialised in ts files | Alan Pearce | 2020-09-21 | -0/+3 | |
| | |||||
* | Emacs: enable editing of root-owned remote files | Alan Pearce | 2020-09-10 | -0/+11 | |
| | |||||
* | Emacs: add magit-log-buffer-file shortcut | Alan Pearce | 2020-09-10 | -0/+1 | |
| | |||||
* | Emacs: initialise sqlformat hook correctly | Alan Pearce | 2020-09-10 | -1/+1 | |
| | |||||
* | Emacs: format SQL files on save | Alan Pearce | 2020-08-26 | -0/+6 | |
| | |||||
* | Emacs: move relevant config to early-init | Alan Pearce | 2020-08-26 | -13/+14 | |
| | |||||
* | BC! Emacs: move config to XDG config dir | Alan Pearce | 2020-08-26 | -2/+3 | |
| | |||||
* | Remove prettier_d | Alan Pearce | 2020-08-24 | -5/+1 | |
| | | | | Poor installation method, slows down installs for a small increase in performance. |