summary refs log tree commit diff stats
path: root/user
Commit message (Collapse)AuthorAgeLines
* update sourcesAlan Pearce2024-06-18-1/+4
|
* Emacs: enable emmet in templ modeAlan Pearce2024-06-17-1/+1
|
* nvim: default to system clipboardAlan Pearce2024-06-16-0/+1
|
* golang: support editing templ filesAlan Pearce2024-06-16-1/+10
|
* 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
* ssh: use canonical forms of hostnames with single labelsAlan Pearce2024-06-09-0/+4
|
* stop bat mangling man pagesAlan Pearce2024-06-07-1/+0
|
* 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
|
* ui: fix emacs daemon unable to open GUI framesAlan Pearce2024-06-05-0/+1
|
* overhaul gnupg/trezor setupAlan Pearce2024-06-05-107/+14
|
* Emacs: fix transient windows not working in "small" windowsAlan Pearce2024-06-05-1/+0
|
* mba: print pwd with ~ after calling `c,`Alan Pearce2024-06-04-1/+1
|
* dev/base: fix curl3 alias when other version is installedAlan Pearce2024-06-03-1/+1
|
* dev/web: install vercel CLIAlan Pearce2024-06-02-0/+1
|
* configure nil LSP settings correctlyAlan Pearce2024-06-02-7/+13
|
* dev/web: install ungoogled-chromium for testingAlan Pearce2024-06-02-0/+17
|
* tabnine: generate a config file that it doesn't overwriteAlan Pearce2024-06-02-0/+13
|
* shell: add aliases for lorri commandsAlan Pearce2024-06-02-0/+4
|
* dev/base: install and alias curl with HTTP/3 supportAlan Pearce2024-06-01-0/+2
|
* shell: fix c, going to nix store when evaluated as flakeAlan Pearce2024-05-31-1/+1
|
* nix: re-enable home-manager standalone evaluationAlan Pearce2024-05-31-0/+3
|
* don't enable lorri notifications on serversAlan Pearce2024-05-31-1/+1
|
* nix: remove useless assignment of nix packageAlan Pearce2024-05-31-1/+0
|
* 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
* git: be quiet when I accidentally `git add` nothingAlan Pearce2024-05-26-0/+3
|
* user-interface: install neochatAlan Pearce2024-05-26-0/+1
|
* switch from niv to npinsAlan Pearce2024-05-26-1/+1
|
* mosh: remove title prefixAlan Pearce2024-05-26-0/+1
|
* 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-5/+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
* fish: make dired/magit functions quietAlan Pearce2024-05-24-2/+2
|
* emacs: update references to deprecated xref-pop-marker-stackAlan Pearce2024-05-23-2/+2
|
* prefect: remove imports of unused WM modulesAlan Pearce2024-05-23-6/+0
|
* 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
|
* prefect: have home-manager manage X sessionAlan Pearce2024-05-21-0/+2
|
* emacs: quieten eglot properlyAlan Pearce2024-05-21-1/+1
|
* emacs: try treemacsAlan Pearce2024-05-21-0/+40
|
* emacs: silence byte-compiler warnings from extraConfigAlan Pearce2024-05-21-4/+4
|
* format init.elAlan Pearce2024-05-21-3/+3
|
* avoid hardcoding absolute path to this repo in nixAlan Pearce2024-05-21-1/+1
|
* 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-2/+3
|
* emacs: use personal just-mode fork with tree-sit supportAlan Pearce2024-05-20-0/+9
|
* remove subdirectory .gitignore filesAlan Pearce2024-05-20-2/+0
| | | | | | | | | They were necessary back when I was using two separate repositories and didn't have a better way of specifying per-system configurations. With the wrapper scripts, the file to use can be deduced on the fly instead of relying on the creation of a symlink like {configuration,home}.nix -> ${HOSTNAME}.nix