aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files
AgeCommit message (Collapse)Author
2024-07-11Wayland-based desktop supportTimo Wilken
Add a separate home service to configure a Wayland-based desktop instead of an X11 one. Screensharing in Zoom doesn't work unfortunately, but it worked (at least for a while) through OBS. Waybar might need some work to bring it in line with the previous polybar configuration, especially in terms of aesthetics.
2024-06-05Show battery level in htopTimo Wilken
2024-03-10Separate home service into PIM, dev env and graphical partsTimo Wilken
This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers.
2024-03-09Hide company modes from Emacs modelineTimo Wilken
2024-03-09Replace corfu with companyTimo Wilken
Corfu was throwing weird errors on completion sometimes. It also doesn't play well with evil-mode, often breaking the "escape" key.
2024-03-08Use upstream aerc catppuccin themeTimo Wilken
2024-03-08Start async editor in i3Timo Wilken
This means there aren't any pointless "emacsclient" processes hanging around. In interactive environments, we have ASYNC_EDITOR set anyway.
2024-03-03Improve Emacs evil searchTimo Wilken
2024-02-02Remove QuickLisp dependency for Lisp env setupTimo Wilken
QuickLisp might not be installed at all, and I don't need it, since I use Guix to install dependencies anyway.
2024-02-01Disable annoying bracket navigation keys in evil-cleverparensTimo Wilken
2024-02-01Go back to old alidist-script-mode, since the TreeSitter mode seems brokenTimo Wilken
2024-01-31Disable garbage collector message in EmacsTimo Wilken
2024-01-30Use emacs-gcmh to optimise garbage collectionTimo Wilken
2024-01-30Fix use-package syntax for smartparensTimo Wilken
2024-01-24Fix Emacs linter setup for Python filesTimo Wilken
2024-01-24Add Emacs binding for toggle-debug-on-errorTimo Wilken
2024-01-24Fix syntax for setting Emacs completion-stylesTimo Wilken
2024-01-15Tweak Emacs completionTimo Wilken
2023-12-15Whitelist a safe local variable used by nonguixTimo Wilken
2023-12-11Customise passmenu prompt to show what will be typedTimo Wilken
Also, document an older option and switch on `sh -u` safety option.
2023-12-03Allow using org-babel-gnuplotTimo Wilken
2023-12-02Bind <leader>fp to find file in projectTimo Wilken
2023-12-01Fix .asd finding functionTimo Wilken
2023-11-27Disable flymake-collection Python checkersTimo Wilken
These seem to slow down large buffers a lot, and eglot already does linting.
2023-11-21Fix CSS indentTimo Wilken
2023-11-21Package neomutt's mutt_oauth2.py scriptTimo Wilken
This gets rid of the last git submodule.
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-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-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