aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-packages
AgeCommit message (Collapse)Author
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-02-01Go back to old alidist-script-mode, since the TreeSitter mode seems brokenTimo 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-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-05Handle new prefer_system_replacement_specs.*.recipe keys in alidistTimo Wilken
2023-04-14Integrate org-latex-classes into main Emacs configTimo Wilken
2023-03-04Install alidistlint and fix its setupTimo Wilken
Newer versions of alidistlint are Python 3.9-compatible.
2023-03-04Stop highlighting mmm-mode submodes annoyinglyTimo Wilken
2023-03-04Auto-enable flymake and line numbers in alidist-modeTimo Wilken
2023-01-19Add prototype of guile flymake linterTimo Wilken
2023-01-19Fix alidist-mode regexesTimo Wilken
2022-12-30Reorganise Guix home declaration into module treeTimo Wilken