Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | emacs: install nix-ts-mode | Alan Pearce | 2024-04-29 | -0/+1 |
| | ||||
* | emacs: don't enable or require lispy _directly_ | Alan Pearce | 2024-04-28 | -1/+0 |
| | | | | | lispyville requires lispy; however, enabling lispy makes some evil keybindings very confusing | |||
* | emacs: remove ibuffer-project | Alan Pearce | 2024-04-28 | -1/+0 |
| | ||||
* | git: fix diff header regex for emacs lisp files | Alan Pearce | 2024-04-28 | -1/+1 |
| | | | | source: https://protesilaos.com/codelog/2021-01-26-git-diff-hunk-elisp-org/ | |||
* | emacs: replace custom treesitter mode settings with treesit-auto | Alan Pearce | 2024-04-28 | -4/+1 |
| | ||||
* | override enchant with support for applespell on macOS | Alan Pearce | 2024-04-25 | -0/+1 |
| | ||||
* | emacs: replace flyspell with jinx (again :^) | Alan Pearce | 2024-04-25 | -0/+1 |
| | ||||
* | emacs: add raycast script to open Emacs.app with shell environment | Alan Pearce | 2024-04-25 | -0/+4 |
| | ||||
* | emacs: use tempel for snippet expansion | Alan Pearce | 2024-04-24 | -0/+3 |
| | ||||
* | remove vestiges of kubernetes setup | Alan Pearce | 2024-04-19 | -3/+0 |
| | ||||
* | Improve diffing for Common and Emacs Lisps | Alan Pearce | 2024-04-14 | -0/+7 |
| | ||||
* | Emacs: install astro-ts-mode | Alan Pearce | 2024-04-12 | -0/+1 |
| | ||||
* | Emacs: don't automatically try to read files with sudo | Alan Pearce | 2024-03-30 | -1/+0 |
| | | | | | It's annoying when I want to look at a file in the nix store and I don't have much use for it otherwise | |||
* | Emacs: remove jinx and use flyspell instead | Alan Pearce | 2023-11-17 | -1/+0 |
| | ||||
* | Emacs: remove consult-ghq override | Alan Pearce | 2023-11-13 | -13/+0 |
| | | | | Changes have been applied upstream | |||
* | Emacs: install expand-region, bound to SPC in visual mode | Alan Pearce | 2023-09-22 | -0/+1 |
| | ||||
* | Emacs: replace company with corfu | Alan Pearce | 2023-09-17 | -5/+3 |
| | ||||
* | Emacs: install major-mode for systemd files | Alan Pearce | 2023-09-10 | -0/+1 |
| | ||||
* | Emacs: install orderless | Alan Pearce | 2023-09-10 | -0/+1 |
| | ||||
* | Emacs: popup flymake errors at point | Alan Pearce | 2023-09-09 | -0/+1 |
| | ||||
* | emacs: enable exchanging two selections with cx | Alan Pearce | 2023-09-08 | -0/+1 |
| | ||||
* | emacs: use built-in use-package | Alan Pearce | 2023-09-08 | -1/+0 |
| | ||||
* | emacs: replace git-messenger with vc-msg | Alan Pearce | 2023-09-08 | -1/+1 |
| | ||||
* | Emacs: remove now-duplicate client desktop application file | Alan Pearce | 2023-08-30 | -22/+0 |
| | ||||
* | eglot: use built-in version (emacs >=29) | Alan Pearce | 2023-08-29 | -1/+0 |
| | ||||
* | Emacs: use built-in (>=29) tree-sitter package | Alan Pearce | 2023-08-29 | -3/+1 |
| | ||||
* | Emacs: update to 29 | Alan Pearce | 2023-08-22 | -1/+1 |
| | ||||
* | Emacs: remove gc-stats | Alan Pearce | 2023-08-22 | -1/+0 |
| | ||||
* | Emacs: install cask-mode | Alan Pearce | 2023-08-21 | -0/+1 |
| | ||||
* | Emacs: always install feature-mode | Alan Pearce | 2023-08-20 | -0/+1 |
| | ||||
* | fish: port functions and more aliases | Alan Pearce | 2023-08-20 | -0/+1 |
| | ||||
* | Emacs: group buffers in ibuffer by project, showing relative path | Alan Pearce | 2023-08-06 | -0/+1 |
| | ||||
* | Emacs: automatically elevate privileges when editing files | Alan Pearce | 2023-07-29 | -0/+1 |
| | ||||
* | Emacs: install php-mode, just in case | Alan Pearce | 2023-07-16 | -0/+1 |
| | ||||
* | Emacs: automatically save state files whilst idle | Alan Pearce | 2023-07-14 | -0/+1 |
| | ||||
* | Install more fonts via nixpkgs | Alan Pearce | 2023-07-13 | -9/+0 |
| | ||||
* | Emacs: replace flyspell with jinx | Alan Pearce | 2023-07-02 | -2/+0 |
| | ||||
* | Revert "Emacs: use commercial-emacs (currently without tree-sitter)" | Alan Pearce | 2023-06-28 | -1/+2 |
| | | | | This reverts commit 4d02c68db272b0585ea3db2aa358ded296dbe7e9. | |||
* | Emacs: install dtrt-indent, but don't auto-enable | Alan Pearce | 2023-06-28 | -0/+1 |
| | | | | Only need this when working on other people's code | |||
* | Emacs: use commercial-emacs (currently without tree-sitter) | Alan Pearce | 2023-06-28 | -4/+4 |
| | ||||
* | Emacs: set up consult-dir | Alan Pearce | 2023-06-24 | -0/+1 |
| | ||||
* | Emacs: set up embark and its consult integration | Alan Pearce | 2023-06-24 | -0/+2 |
| | ||||
* | Emacs: fix override of consult-ghq | Alan Pearce | 2023-06-24 | -23/+15 |
| | ||||
* | Emacs: always trace init time | Alan Pearce | 2023-06-21 | -0/+1 |
| | ||||
* | Emacs: collect gc stats for a while | Alan Pearce | 2023-06-21 | -0/+1 |
| | ||||
* | Emacs: remove counsel | Alan Pearce | 2023-06-21 | -1/+0 |
| | ||||
* | Emacs: install forked version of consult-ghq | Alan Pearce | 2023-06-16 | -0/+23 |
| | ||||
* | Emacs: remove consult-project-extra | Alan Pearce | 2023-06-11 | -1/+0 |
| | | | | It doesn't do what I thought it did. Not sure how I got confused by it | |||
* | Emacs: remove projectile and use builtin project.el | Alan Pearce | 2023-06-10 | -2/+2 |
| | ||||
* | Emacs: auto-refresh magit status buffers | Alan Pearce | 2023-06-10 | -0/+1 |
| |