summary refs log tree commit diff stats
path: root/user
Commit message (Collapse)AuthorAgeLines
* emacs: fix incorrect use of defvaraliasAlan Pearce2024-05-03-5/+5
|
* lisp: add clispAlan Pearce2024-05-03-0/+1
|
* remove unused gaming packagesAlan Pearce2024-05-03-13/+1
|
* emacs: avoid magit/git errors when git updates working treeAlan Pearce2024-05-03-5/+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
|
* tabnine: update module and configurationAlan Pearce2024-05-03-39/+50
|
* emacs: don't enable tabnine if executable can't be foundAlan Pearce2024-05-02-1/+3
|
* fix syntax errorAlan Pearce2024-05-02-1/+1
|
* golang: install and configure lang serversAlan Pearce2024-05-02-2/+13
|
* replace editor-specific indentation settings with editorconfigAlan Pearce2024-05-02-23/+29
|
* base: don't show line numbers in batAlan Pearce2024-05-02-0/+1
|
* 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
|
* kitty: open new tabs in current directoryAlan Pearce2024-05-02-0/+4
|
* fish: replace pisces with autopairAlan Pearce2024-04-30-2/+1
|
* shell: remove gh eco extensionAlan Pearce2024-04-30-1/+0
|
* 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
|
* home-manager: automatically move files that are in the wayAlan Pearce2024-04-29-1/+1
|
* shell: make gh create a git remote when forkingAlan Pearce2024-04-29-1/+1
|
* fish: fix call to nix-your-shellAlan Pearce2024-04-29-1/+1
|
* shell: fix typo in gh aliasAlan Pearce2024-04-29-1/+1
|
* fish: configure pisces to only pair at end of lineAlan Pearce2024-04-29-0/+1
|
* shell: configure programs.ghAlan Pearce2024-04-29-1/+10
|
* move overlays to root folderAlan Pearce2024-04-29-41/+1
|
* use `nh` as a nixos-rebuild wrapper with nice outputAlan Pearce2024-04-29-5/+5
|
* emacs: install nix-ts-modeAlan Pearce2024-04-29-0/+4
|
* emacs: make <leader> fd delete the current fileAlan Pearce2024-04-29-1/+1
|
* fish: switch from nix-your-shell to any-nix-shellAlan Pearce2024-04-29-5/+2
|
* emacs: use "base" mode hooks where there are ts and non-ts modesAlan Pearce2024-04-29-8/+18
|
* dev/zig: install a language serverAlan Pearce2024-04-28-0/+3
|
* nix: install any-nix-shellAlan Pearce2024-04-28-0/+6
|
* emacs: fix indentation in go-mode filesAlan Pearce2024-04-28-1/+2
|
* tabnine: use gopls as go language serverAlan Pearce2024-04-28-4/+2
|
* tabnine: fix config parse errorAlan Pearce2024-04-28-1/+1
|
* emacs: don't enable or require lispy _directly_Alan Pearce2024-04-28-6/+0
| | | | | lispyville requires lispy; however, enabling lispy makes some evil keybindings very confusing
* emacs: tweak completion candidate matchingAlan Pearce2024-04-28-1/+4
|
* emacs: remove company-webAlan Pearce2024-04-28-1/+0
|
* emacs: remove ibuffer-projectAlan Pearce2024-04-28-17/+0
|
* fish: write function to enable `open -a appname[.desktop]` on linuxAlan Pearce2024-04-28-1/+18
|
* disable some unused development languagesAlan Pearce2024-04-28-4/+0
|
* nix: install nix-treeAlan Pearce2024-04-28-0/+1
|
* git: fix diff header regex for emacs lisp filesAlan Pearce2024-04-28-1/+1
| | | | source: https://protesilaos.com/codelog/2021-01-26-git-diff-hunk-elisp-org/
* move nix tools to home-manager profileAlan Pearce2024-04-28-0/+3
|
* remove some unused development packagesAlan Pearce2024-04-28-62/+5
|
* git: remove sops differAlan Pearce2024-04-28-3/+0
|
* emacs: replace custom treesitter mode settings with treesit-autoAlan Pearce2024-04-28-38/+15
|