summary refs log tree commit diff stats
path: root/user/emacs
Commit message (Expand)AuthorAgeLines
* emacs: fix incorrect use of defvaraliasAlan Pearce2024-05-03-5/+5
* emacs: avoid magit/git errors when git updates working treeAlan Pearce2024-05-03-4/+0
* reformat init.elAlan Pearce2024-05-03-3/+3
* emacs: be explicit about using nixpkgs-fmtAlan Pearce2024-05-03-2/+3
* emacs: make ts-mode hooks always reflect their non-ts mode hooksAlan Pearce2024-05-03-5/+5
* emacs: open tmpl files in web-modeAlan Pearce2024-05-03-2/+3
* emacs: don't enable tabnine if executable can't be foundAlan Pearce2024-05-02-1/+3
* golang: install and configure lang serversAlan Pearce2024-05-02-2/+11
* replace editor-specific indentation settings with editorconfigAlan Pearce2024-05-02-20/+4
* emacs: reduce diff refinement to current hunkAlan Pearce2024-05-02-1/+1
* emacs: auto-revert files changed via magit immediatelyAlan Pearce2024-05-02-0/+1
* emacs: enable eglot in nix-ts-mode buffersAlan Pearce2024-04-30-0/+2
* emacs: defensively check for existing non-ts- mode hooksAlan Pearce2024-04-30-4/+15
* emacs: install nix-ts-modeAlan Pearce2024-04-29-0/+3
* emacs: make <leader> fd delete the current fileAlan Pearce2024-04-29-1/+1
* emacs: use "base" mode hooks where there are ts and non-ts modesAlan Pearce2024-04-29-8/+18
* emacs: fix indentation in go-mode filesAlan Pearce2024-04-28-1/+2
* emacs: don't enable or require lispy _directly_Alan Pearce2024-04-28-5/+0
* emacs: tweak completion candidate matchingAlan Pearce2024-04-28-1/+4
* emacs: remove ibuffer-projectAlan Pearce2024-04-28-16/+0
* emacs: replace custom treesitter mode settings with treesit-autoAlan Pearce2024-04-28-33/+14
* emacs: make eglot quiet on connectionAlan Pearce2024-04-28-0/+2
* emacs: disable jinx-mode if loading dictionaries failedAlan Pearce2024-04-28-1/+5
* emacs: remove unused major modes: rustic, scss, js2, rjsxAlan Pearce2024-04-28-12/+1
* dev/base: configure direnv to not spam updated variablesAlan Pearce2024-04-28-0/+1
* emacs: load apheleia just after format-allAlan Pearce2024-04-26-1/+1
* emacs: don't pop-up format-all errorsAlan Pearce2024-04-26-1/+1
* emacs: fix eldoc messages being cleared by aphelia when enabledAlan Pearce2024-04-26-9/+5
* emacs: replace flyspell with jinx (again :^)Alan Pearce2024-04-25-3/+8
* emacs: add raycast script to open Emacs.app with shell environmentAlan Pearce2024-04-25-0/+12
* Emacs: make magit-project-status available earlyAlan Pearce2024-04-25-0/+4
* emacs: use tempel for snippet expansionAlan Pearce2024-04-24-4/+26
* emacs: use tree-sitter- based go modeAlan Pearce2024-04-21-0/+1
* emacs: show directories first in diredAlan Pearce2024-04-19-1/+1
* emacs: don't always open HTML files in web-modeAlan Pearce2024-04-19-2/+1
* remove vestiges of kubernetes setupAlan Pearce2024-04-19-9/+0
* emacs: improve golang setupAlan Pearce2024-04-18-3/+4
* emacs: tweak smerge-resolve hydraAlan Pearce2024-04-16-7/+7
* Emacs: install astro-ts-modeAlan Pearce2024-04-12-0/+3
* Emacs: don't automatically try to read files with sudoAlan Pearce2024-03-30-4/+0
* Add support for developing in NimAlan Pearce2023-12-06-0/+8
* Emacs: make web-mode settings consistent with formatter outputAlan Pearce2023-11-27-2/+2
* Remove SatoshiPayAlan Pearce2023-11-22-1/+0
* Emacs: remove jinx and use flyspell insteadAlan Pearce2023-11-17-5/+3
* Ema: fix wrong keybindsAlan Pearce2023-10-10-1/+1
* Emacs: install expand-region, bound to SPC in visual modeAlan Pearce2023-09-22-0/+4
* Emacs: switch to tree-sitter- based modes where applicableAlan Pearce2023-09-18-15/+35
* Emacs: remove defunct tide config (no longer installed)Alan Pearce2023-09-18-6/+0
* Emacs: add more tabnine bindingsAlan Pearce2023-09-17-0/+2
* Emacs: replace company with corfuAlan Pearce2023-09-17-51/+31