summary refs log tree commit diff stats
path: root/user/emacs
Commit message (Collapse)AuthorAgeLines
* emacs: bind <leader>a to code actions provided by eglot/lsp-modeAlan Pearce4 days-0/+7
|
* Emacs: disable changing font size by mouse/touchpadAlan Pearce4 days-0/+4
|
* emacs: remove add-node-modules-path (use direnv)Alan Pearce6 days-10/+0
|
* Emacs: make bash and fish scripts executable after savingAlan Pearce6 days-1/+1
|
* emacs: install and configure ssh-deployAlan Pearce7 days-1/+8
|
* emacs: start eglot in templ filesAlan Pearce11 days-0/+9
|
* Emacs: enable emmet in templ modeAlan Pearce12 days-1/+1
|
* golang: support editing templ filesAlan Pearce13 days-1/+9
|
* Emacs: remove LSP issue count because it's often wrongAlan Pearce2024-06-12-0/+1
|
* Emacs: automatically open gotmpl files in web-modeAlan Pearce2024-06-09-1/+3
|
* Emacs: use default formatters for go-mode/web-modeAlan Pearce2024-06-09-4/+0
| | | | | | use dir-local variables to override where necessary instead; golines isn't used in every go project and web-mode handles a variety of template formats, not just go html/template files
* Emacs: remove unnecessary/outdated shell-script-mode settingsAlan Pearce2024-06-06-2/+0
|
* Emacs: set cjs/mjs as alternative javascript file extensionsAlan Pearce2024-06-05-0/+1
|
* Emacs: fix transient windows not working in "small" windowsAlan Pearce2024-06-05-1/+0
|
* configure nil LSP settings correctlyAlan Pearce2024-06-02-1/+1
|
* emacs: insist that magit should not enable magit-auto-revert-modeAlan Pearce2024-05-26-3/+5
| | | | | | seems as though it should have been fixed in https://github.com/magit/magit/pull/4891, which is the case for the test provided there, but does not seem to be the case for me
* emacs: enable format on save for TOML filesAlan Pearce2024-05-25-1/+3
|
* emacs: only load useful tabnine library fileAlan Pearce2024-05-25-1/+1
|
* Emacs: set eln cache directory properlyAlan Pearce2024-05-25-0/+5
| | | | | | 1. It needs to be set in early-init.el 2. It should not be the last value of `native-comp-eln-load-path`, as that is expected to be a system directory
* emacs: update references to deprecated xref-pop-marker-stackAlan Pearce2024-05-23-2/+2
|
* emacs: show compilation/shell buffers in a dedicated bottom windowAlan Pearce2024-05-22-1/+6
|
* emacs: make dired re-use buffersAlan Pearce2024-05-22-0/+1
|
* emacs: start eshell-toggle from project rootAlan Pearce2024-05-22-1/+3
|
* emacs: quieten eglot properlyAlan Pearce2024-05-21-1/+1
|
* emacs: try treemacsAlan Pearce2024-05-21-0/+27
|
* format init.elAlan Pearce2024-05-21-3/+3
|
* emacs: fix magit-project integration erroring when called too earlyAlan Pearce2024-05-21-2/+2
|
* emacs: fix lsp-mode in daemon sessionsAlan Pearce2024-05-21-0/+2
|
* emacs: make <leader>j jump to {lsp,eglot} symbol intelligentlyAlan Pearce2024-05-20-1/+11
|
* emacs: show TODO comments in magitAlan Pearce2024-05-19-0/+5
|
* emacs: install evil-lion for alignment via gl/gLAlan Pearce2024-05-18-0/+6
|
* emacs: use default value for per-category completion defaultsAlan Pearce2024-05-17-1/+0
|
* emacs: make lsp-mode and eglot behave more similarlyAlan Pearce2024-05-17-5/+25
|
* emacs: use lsp-mode for go to support secondary language serverAlan Pearce2024-05-16-2/+30
|
* emacs: only use gopls in go filesAlan Pearce2024-05-15-5/+0
|
* emacs: re-add gc optimisation settingsAlan Pearce2024-05-15-1/+11
|
* emacs: tweak corfu settingsAlan Pearce2024-05-13-1/+2
|
* emacs: don't stop me deleting files which have changes in gitAlan Pearce2024-05-13-1/+11
|
* use taplo as a language server (and formatter) for toml filesAlan Pearce2024-05-13-0/+2
|
* emacs: remove config for unused packageAlan Pearce2024-05-13-5/+0
|
* emacs: update raycast script to launch via XDGAlan Pearce2024-05-12-1/+1
|
* emacs: fix *-ts-mode-hook aliasingAlan Pearce2024-05-12-10/+5
|
* Revert "emacs: use <leader>bb to switch _project_ buffers"Alan Pearce2024-05-12-1/+1
| | | | This reverts commit 3a289cbe730ad22047bd40156efd5dea4f262341.
* emacs: fix auto-formatting setup for go templatesAlan Pearce2024-05-11-5/+6
|
* emacs: use golines to format go filesAlan Pearce2024-05-11-1/+2
|
* enable auto-formatting of go-template filesAlan Pearce2024-05-10-2/+7
|
* emacs: install mode for editing gitolite configuration filesAlan Pearce2024-05-10-0/+4
|
* emacs: fix editorconfig setting wrong indent settings in elispAlan Pearce2024-05-10-1/+3
|
* emacs: hide environment version in mode-lineAlan Pearce2024-05-10-0/+1
|
* emacs: use non-deprecated variable aliasAlan Pearce2024-05-10-1/+1
|