Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Emacs: use built-in (>=29) tree-sitter package | Alan Pearce | 2023-08-29 | -22/+0 | |
| | |||||
* | Emacs: move mail config to private submodule | Alan Pearce | 2023-08-25 | -49/+4 | |
| | |||||
* | Emacs: fix rainbow-delimiters init | Alan Pearce | 2023-08-23 | -2/+2 | |
| | |||||
* | Emacs: ensure SSH_AUTH_SOCK is set on Linux | Alan Pearce | 2023-08-23 | -0/+3 | |
| | |||||
* | Emacs: remove gc-stats | Alan Pearce | 2023-08-22 | -5/+0 | |
| | |||||
* | Emacs: fix indent | Alan Pearce | 2023-08-21 | -3/+3 | |
| | |||||
* | Emacs: fix stimmung-themes breaking startup on prefect | Alan Pearce | 2023-08-21 | -0/+1 | |
| | |||||
* | Emacs: tweak startup | Alan Pearce | 2023-08-20 | -2/+3 | |
| | |||||
* | fish: port functions and more aliases | Alan Pearce | 2023-08-20 | -0/+5 | |
| | |||||
* | Emacs: don't make backup files at all | Alan Pearce | 2023-08-09 | -0/+1 | |
| | |||||
* | Emacs: group buffers in ibuffer by project, showing relative path | Alan Pearce | 2023-08-06 | -0/+15 | |
| | |||||
* | Emacs: don't auto-save files | Alan Pearce | 2023-07-30 | -4/+1 | |
| | |||||
* | Emacs: automatically elevate privileges when editing files | Alan Pearce | 2023-07-29 | -0/+2 | |
| | |||||
* | Emacs: disable file backups | Alan Pearce | 2023-07-29 | -12/+0 | |
| | | | | I can't remember the last time I needed to restore a file from here | ||||
* | Emacs: don't set line-spacing on x11/linux systems | Alan Pearce | 2023-07-19 | -3/+1 | |
| | |||||
* | Emacs: auto-load consult-ghq and magit when idle | Alan Pearce | 2023-07-16 | -0/+2 | |
| | |||||
* | Emacs: enable background syntax highlighting | Alan Pearce | 2023-07-14 | -1/+4 | |
| | |||||
* | Emacs: automatically save state files whilst idle | Alan Pearce | 2023-07-14 | -0/+4 | |
| | |||||
* | Emacs: only toggle relative/absolute line numbers when any are shown | Alan Pearce | 2023-07-13 | -2/+4 | |
| | |||||
* | Emacs: use single-letter key bindings in embark | Alan Pearce | 2023-07-13 | -1/+1 | |
| | |||||
* | Emacs: avoid double auto-formatting | Alan Pearce | 2023-07-13 | -10/+7 | |
| | | | | | | | Remove format-all from mode hooks where apheleia is already supported. Automatically disable format-all-mode when apheleia is enabled, in case apheleia gains support for modes that format-all also supports | ||||
* | Emacs: replace flyspell with jinx | Alan Pearce | 2023-07-02 | -10/+0 | |
| | |||||
* | Revert "Emacs: use commercial-emacs (currently without tree-sitter)" | Alan Pearce | 2023-06-28 | -0/+4 | |
| | | | | This reverts commit 4d02c68db272b0585ea3db2aa358ded296dbe7e9. | ||||
* | Emacs: install dtrt-indent, but don't auto-enable | Alan Pearce | 2023-06-28 | -0/+3 | |
| | | | | Only need this when working on other people's code | ||||
* | Emacs: use commercial-emacs (currently without tree-sitter) | Alan Pearce | 2023-06-28 | -4/+0 | |
| | |||||
* | Emacs: remove unnecessary load of jinx module | Alan Pearce | 2023-06-26 | -2/+0 | |
| | | | | | | The package loads the module itself, naturally. I was just trying things to get it to work on Darwin, but it turns out that I can work around the issue by loading Emacs from the terminal | ||||
* | Emacs: tell use-package to record package init times | Alan Pearce | 2023-06-26 | -1/+2 | |
| | |||||
* | Emacs: enable extended evil company-mode bindings | Alan Pearce | 2023-06-25 | -1/+2 | |
| | |||||
* | Emacs: delay evil-collection startup | Alan Pearce | 2023-06-25 | -2/+2 | |
| | |||||
* | Emacs: set up consult-dir | Alan Pearce | 2023-06-24 | -0/+8 | |
| | |||||
* | Emacs: remove load-path override for consult-ghq | Alan Pearce | 2023-06-24 | -1/+0 | |
| | |||||
* | Emacs: open html files as go templates by default | Alan Pearce | 2023-06-24 | -1/+1 | |
| | |||||
* | Emacs: set up embark and its consult integration | Alan Pearce | 2023-06-24 | -0/+14 | |
| | |||||
* | Emacs: optimise startup | Alan Pearce | 2023-06-24 | -7/+7 | |
| | |||||
* | Emacs: always trace init time | Alan Pearce | 2023-06-21 | -0/+4 | |
| | |||||
* | Emacs: collect gc stats for a while | Alan Pearce | 2023-06-21 | -11/+6 | |
| | |||||
* | Emacs: install forked version of consult-ghq | Alan Pearce | 2023-06-16 | -2/+9 | |
| | |||||
* | Emacs: enable jumping to magit when switching first project | Alan Pearce | 2023-06-16 | -1/+3 | |
| | |||||
* | Emacs: load evil-collection earlier | Alan Pearce | 2023-06-16 | -1/+0 | |
| | |||||
* | Emacs: remap project-vc-dir to a more similar magit command | Alan Pearce | 2023-06-11 | -1/+1 | |
| | |||||
* | Emacs: fix tree-sitter-based evil commands | Alan Pearce | 2023-06-11 | -18/+20 | |
| | |||||
* | Emacs: allow consult-ripgrep to follow symbolic links | Alan Pearce | 2023-06-11 | -1/+4 | |
| | | | | | This makes it usable when browsing emacs package sources in the nix store, for example | ||||
* | Emacs: remove consult-project-extra | Alan Pearce | 2023-06-11 | -4/+1 | |
| | | | | It doesn't do what I thought it did. Not sure how I got confused by it | ||||
* | Emacs: move git diff information to left fringe | Alan Pearce | 2023-06-11 | -4/+4 | |
| | |||||
* | Emacs: remove projectile and use builtin project.el | Alan Pearce | 2023-06-10 | -38/+17 | |
| | |||||
* | Emacs: auto-refresh magit status buffers | Alan Pearce | 2023-06-10 | -0/+4 | |
| | |||||
* | Emacs: disable auto-highlighting of symbol at point | Alan Pearce | 2023-06-07 | -1/+2 | |
| | |||||
* | Emacs: switch to stimmung-themes | Alan Pearce | 2023-06-07 | -27/+12 | |
| | |||||
* | Emacs: revert back to company-tabnine | Alan Pearce | 2023-06-05 | -5/+4 | |
| | |||||
* | Emacs: don't hook flycheck into modes with LSP integrations | Alan Pearce | 2023-06-05 | -9/+1 | |
| |