Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | |
| | |||||
* | emacs: silence YAML lsp warning about ordering of keys | Alan Pearce | 2023-06-05 | -1/+3 | |
| | |||||
* | Emacs: defer loading of feature-mode | Alan Pearce | 2023-06-05 | -0/+1 | |
| | |||||
* | Emacs: tweak help package loading | Alan Pearce | 2023-06-05 | -2/+2 | |
| | |||||
* | Emacs: make code completion menu function more like in neovim | Alan Pearce | 2023-06-05 | -8/+3 | |
| | |||||
* | Emacs: prefer higher-level projects (not subprojects) in projectile | Alan Pearce | 2023-06-01 | -5/+1 | |
| | |||||
* | Emacs: don't auto-enable eldoc-box-hover-mode | Alan Pearce | 2023-06-01 | -3/+1 | |
| | |||||
* | Emacs: open html.erb files with web-mode | Alan Pearce | 2023-06-01 | -1/+2 | |
| | |||||
* | Emacs: don't use tree-sitter highlighting for now | Alan Pearce | 2023-05-29 | -2/+1 | |
| | | | | Wait for the native integration in 29 | ||||
* | Emacs: make counsel-ripgrep easier to reach | Alan Pearce | 2023-05-29 | -0/+1 | |
| | |||||
* | Emacs: bind consult-imenu to `,xi` | Alan Pearce | 2023-05-24 | -1/+2 | |
| | |||||
* | Emacs: enable imenu targets for use-package declaration | Alan Pearce | 2023-05-24 | -0/+1 | |
| | |||||
* | Emacs: load use-package outside of compilation | Alan Pearce | 2023-05-24 | -3/+1 | |
| | |||||
* | Emacs: make doom-modeline setup look close to previous version | Alan Pearce | 2023-05-24 | -4/+5 | |
| | |||||
* | emacs: fix icons in doom-modeline (breaking change in package) | Alan Pearce | 2023-05-22 | -4/+6 | |
| |