Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | |
| | |||||
* | Remove some unused packages | Alan Pearce | 2023-05-21 | -8/+0 | |
| | |||||
* | emacs: configure tree-sitter based text objects | Alan Pearce | 2023-05-14 | -0/+27 | |
| | |||||
* | emacs: set up general.el earlier | Alan Pearce | 2023-05-12 | -7/+7 | |
| | |||||
* | emacs: optimise loading org-mode | Alan Pearce | 2023-05-12 | -2/+6 | |
| | |||||
* | emacs: fix calling non-tabnine backends | Alan Pearce | 2023-05-05 | -3/+2 | |
| | |||||
* | dev: add basic lua setup | Alan Pearce | 2023-05-05 | -0/+1 | |
| | |||||
* | emacs: use native undo-redo instead of undo-tree package | Alan Pearce | 2023-04-30 | -9/+2 | |
| | |||||
* | emacs: replace company-tabnine with tabnine-capf | Alan Pearce | 2023-04-30 | -19/+8 | |
| | |||||
* | emacs: set consult projectile rebindings correctly | Alan Pearce | 2023-04-30 | -4/+3 | |
| | |||||
* | emacs: fix tree-sitter-hl-mode setup | Alan Pearce | 2023-04-25 | -1/+1 | |
| | |||||
* | emacs: fix consult/projectile keybind fight | Alan Pearce | 2023-04-23 | -2/+2 | |
| | |||||
* | emacs: fix read error when opening helpful buffers | Alan Pearce | 2023-04-23 | -1/+1 | |
| | | | | | | | helpful tries to find sources, which could be gzipped. In this case, there needs to be a `file-name-handler` to decompress the file. I wasn't correctly saving the initial value of `file-name-handler-alist` in my configuration (the default includes a gzip handler). | ||||
* | emacs: load jinx-mod without a message | Alan Pearce | 2023-04-23 | -1/+2 | |
| | |||||
* | emacs: load some packages on idle | Alan Pearce | 2023-04-22 | -0/+4 | |
| | |||||
* | emacs: stop tree-sitter trying to install language files | Alan Pearce | 2023-04-22 | -0/+1 | |
| | |||||
* | emacs: persist additional projectile variables | Alan Pearce | 2023-04-22 | -1/+7 | |
| | |||||
* | emacs: replace wucuo with jinx | Alan Pearce | 2023-04-20 | -6/+6 | |
| | |||||
* | emacs: optimise projectile usage | Alan Pearce | 2023-04-19 | -0/+1 | |
| | | | | | Projectile's dynamic mode-line isn't displayed in doom-mode-line, so don't bother updating its content | ||||
* | emacs: anglicise my own function names | Alan Pearce | 2023-04-19 | -2/+2 | |
| |