summaryrefslogtreecommitdiff
path: root/tw/home
AgeCommit message (Collapse)Author
2023-11-14Add Dash docsets for more languagesTimo Wilken
2023-11-14Fix enabling aggressive-indent-mode in Common Lisp modeTimo Wilken
2023-11-14Load Lisp project automatically when entering REPLTimo Wilken
2023-11-11Add `ggm' command to show a log since branching off from masterTimo Wilken
2023-11-11Install fixed Steam launcher in home profileTimo Wilken
This can run Cities:Skylines with "Steam Linux Runtime 1.0 (scout)" as a forced Steam compatibility tool. Installing it here is easier than launching Steam from the command line every time.
2023-11-10Make graphical services depend on new x11-display serviceTimo Wilken
This should avoid spam from failing services when logging in on a TTY.
2023-11-10Set up Ansible development environmentTimo Wilken
2023-11-09Bookmark aido2osx[78] in vinagreTimo Wilken
2023-11-08Track renaming of restic passwordsTimo Wilken
2023-11-07Fix actionlint buffer detectionTimo Wilken
In multi-mode yaml buffers, e.g. parts of alidist-mode buffers, `buffer-file-name' returns nil instead, which previously raised an error here.
2023-11-04Disable unused-variable warnings in flymake-guileTimo Wilken
These produce too many false positives, e.g. every time `match' is used. Also, reduce indentation by inverting the `if' condition.
2023-11-04Disable info's mouse trackingTimo Wilken
2023-11-04Reduce nesting in `ppscm'Timo Wilken
2023-11-04Configure `json-ts-mode'Timo Wilken
2023-11-03Install infokeyTimo Wilken
2023-11-03Remove obsolete comment about <leader> in diff-modeTimo Wilken
2023-11-03Back up KSP and Pioneer game dataTimo Wilken
2023-11-01Generalise Restic declarationsTimo Wilken
* rename confusingly named restic-*-repository variables to restic-scheduled-* * generalise repository handling, allowing local and REST repositories both as backup and cleanup targets * generalise password handling, allowing passwords from pass or from files for backup, for cleanup and as part of a REST URL
2023-10-31Be less aggressive about trailing whitespaceTimo Wilken
2023-10-30Make python-mode and python-ts-mode setup equivalentTimo Wilken
2023-10-30Solve old Emacs todos, enable pixel-scroll-precision-modeTimo Wilken
2023-10-30Fix and enable Guile flymake checkerTimo Wilken
2023-10-30Port actionlint checker to flymakeTimo Wilken
2023-10-30Initial tree-sitter support in EmacsTimo Wilken
2023-10-30Fix smartparens setupTimo Wilken
2023-10-30Improve diff-mode leader key handlingTimo Wilken
2023-10-28Mark Guix-related local var as safeTimo Wilken
2023-10-28Reformat Ledger files on saveTimo Wilken
2023-10-11Fix TeX-mode-hook variable nameTimo Wilken
2023-10-11Fix mmm-default-submode-face for Emacs 29Timo Wilken
2023-10-11Disable trailing-space highlighting in help and eww (dash-docs) modesTimo Wilken
2023-10-11Add option to create requested Emacs XDG directoryTimo Wilken
2023-10-11Tweak Emacs settings, especially backup file locationsTimo Wilken
2023-10-11Apply dash-docs customizations early enoughTimo Wilken
If they are part of counsel-dash's :custom, they're applied after :config runs, and :config fails.
2023-10-10Improve restic pre-filling functionTimo Wilken
This allows using vanilla restic by default, using the prefilling as restic.vin instead. Also allows specifying a username for vin.
2023-10-10Fix aurora alias quotingTimo Wilken
2023-10-08Graft nvda onto picom if necessaryTimo Wilken
Picom fails on startup if using the proprietary nvidia driver but plain mesa libs.
2023-10-08Install and configure nvidia-system-monitorTimo Wilken
2023-10-08Use NVIDIA driver display namesTimo Wilken
2023-10-08Use dirty, proprietary NVIDIA driverTimo Wilken
For hopefully better gaming performance.
2023-10-07Update Emacs config for 29.1Timo Wilken
2023-10-05Fix work screen layout and improve startup layoutTimo Wilken
2023-10-05Set default monitors for i3 workspacesTimo Wilken
2023-10-05Handle new prefer_system_replacement_specs.*.recipe keys in alidistTimo Wilken
2023-10-03Use working scpx method by default for trampTimo Wilken
2023-10-02Make CPU bars smaller in htopTimo Wilken
16 CPUs are too many in the AllCPUs2 format. Also update the config to the latest htop version.
2023-09-20Work around mcron's restrictive PATH settingTimo Wilken
2023-09-19Formalise password keys to avoid PATH issuesTimo Wilken
Mcron seems to set a restricted PATH now, so make sure it knows where to find "pass". Also use less shell substitution and implement repository URL building in Guile.
2023-09-18Alias ggr to git grepTimo Wilken
2023-09-14Override Emacs' faulty italics detectionTimo Wilken