aboutsummaryrefslogtreecommitdiff
path: root/configs/users (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-12delete LLM related stuff for nowFranck Cuny3-46/+0
2025-07-26move emacs configuration under users/programs/emacsFranck Cuny8-796/+0
This is more consistent.
2025-07-13drop org-bulletsFranck Cuny1-6/+0
2025-07-06add a few tags to org-modeFranck Cuny1-0/+15
2025-07-06simplify the org-capture template for nowFranck Cuny1-1/+1
2025-07-06configure org-capture properlyFranck Cuny1-8/+19
2025-07-06more tweaks for org and denoteFranck Cuny1-5/+14
2025-07-06tweak configuration for both org and denoteFranck Cuny1-6/+49
2025-07-06set fill-column correctly in git-commit-modeFranck Cuny1-0/+1
2025-06-12move emacs configuration at the top levelFranck Cuny8-0/+723
2025-06-12simplify how we're managing templates for `llm`Franck Cuny3-0/+46
Add the variable `configPath` to home-manager, to map directly to the top level configuration of the current user (`./configs/users/$user'). Add a function to generate the mapping for all the templates we need for the `llm` CLI.