summary refs log tree commit diff stats
path: root/user
Commit message (Collapse)AuthorAgeLines
* dev/base: add nix-init to start making derivations quicklyAlan Pearce2023-05-05-0/+1
|
* nanopi: run nix jobs in parallelAlan Pearce2023-05-05-0/+3
|
* nanopi: add dev/base moduleAlan Pearce2023-05-05-0/+1
|
* nanopi: cleanup root configAlan Pearce2023-05-05-5/+1
|
* dev/base: remove firefox-devAlan Pearce2023-05-05-1/+0
|
* emacs: use native undo-redo instead of undo-tree packageAlan Pearce2023-04-30-10/+2
|
* Support editing edn config files without a full clojure setupAlan Pearce2023-04-30-4/+2
|
* emacs: set native compilation variables for all platformsAlan Pearce2023-04-30-3/+3
|
* zsh: add alias to get to the repo quicklyAlan Pearce2023-04-30-0/+1
|
* emacs: replace company-tabnine with tabnine-capfAlan Pearce2023-04-30-19/+66
|
* emacs: set consult projectile rebindings correctlyAlan Pearce2023-04-30-4/+3
|
* zsh: add alias for `xhs` to be `xh `with httpsAlan Pearce2023-04-25-0/+1
|
* emacs: fix tree-sitter-hl-mode setupAlan Pearce2023-04-25-1/+1
|
* emacs: native-compile init.el ahead of timeAlan Pearce2023-04-25-3/+7
|
* zsh: add function to move a file and replace it with a linkAlan Pearce2023-04-25-0/+20
|
* neovim: add keybinds for copy/paste to system clipboardAlan Pearce2023-04-25-0/+10
|
* neovim: add keybind to find files in git repositoryAlan Pearce2023-04-24-0/+1
|
* neovim: enable fuzzy finding with telescopeAlan Pearce2023-04-23-0/+28
|
* neovim: set a <leader> keyAlan Pearce2023-04-23-0/+2
|
* emacs: fix consult/projectile keybind fightAlan Pearce2023-04-23-2/+2
|
* emacs: fix read error when opening helpful buffersAlan Pearce2023-04-23-1/+1
| | | | | | | helpful tries to find sources, which could be gzipped. In this case, there needs to be a `file-name-handler` to decompress the file. I wasn't correctly saving the initial value of `file-name-handler-alist` in my configuration (the default includes a gzip handler).
* zsh: sort history-analysis results by frequency descendingAlan Pearce2023-04-23-3/+3
|
* emacs: load jinx-mod without a messageAlan Pearce2023-04-23-1/+2
|
* music: replace tauon with sublime-musicAlan Pearce2023-04-23-3/+2
|
* emacs: load some packages on idleAlan Pearce2023-04-22-0/+4
|
* emacs: stop tree-sitter trying to install language filesAlan Pearce2023-04-22-0/+1
|
* emacs: persist additional projectile variablesAlan Pearce2023-04-22-1/+7
|
* emacs: replace wucuo with jinxAlan Pearce2023-04-20-7/+7
|
* emacs: optimise projectile usageAlan Pearce2023-04-19-0/+1
| | | | | Projectile's dynamic mode-line isn't displayed in doom-mode-line, so don't bother updating its content
* tabnine: enable semantic completion in all configured languagesAlan Pearce2023-04-19-1/+8
|
* tabnine: enable semantic completion in nix filesAlan Pearce2023-04-19-0/+4
|
* xresources: update xterm settingsAlan Pearce2023-04-19-22/+16
|
* xserver: tweak font setupAlan Pearce2023-04-19-2/+2
|
* emacs: anglicise my own function namesAlan Pearce2023-04-19-2/+2
|
* emacs: remove go configAlan Pearce2023-04-19-8/+1
| | | | The packaging situation in the language has probably changed in the meantime
* emacs: show sample of hex colours in css and xresources filesAlan Pearce2023-04-19-0/+5
|
* xresources: remove rxvt configurationAlan Pearce2023-04-19-19/+0
|
* server: remove conflicting EDITOR valueAlan Pearce2023-04-18-1/+0
|
* install a `markdown` commandAlan Pearce2023-04-18-0/+1
|
* emacs: fix web-mode engine setupAlan Pearce2023-04-18-1/+1
|
* Remove old xresources colour schemeAlan Pearce2023-04-18-70/+0
|
* Begin setup of tridactylAlan Pearce2023-04-18-0/+2
|
* use neovim as $EDITORAlan Pearce2023-04-18-3/+1
|
* fix typoAlan Pearce2023-04-17-1/+1
|
* emacs: add shortcut to eval top-level form at pointAlan Pearce2023-04-17-1/+2
|
* emacs: use consult commands to replace/enhance other packagesAlan Pearce2023-04-17-12/+9
|
* Fix Emacs triggering XCode installer popupsAlan Pearce2023-04-17-2/+2
|
* replace httpie with xhAlan Pearce2023-04-17-3/+5
|
* Split NanoPi/other server configAlan Pearce2023-04-17-4/+21
|
* TabNine: move basic editor setup to tabnine moduleAlan Pearce2023-04-17-14/+18
|