summaryrefslogtreecommitdiff
path: root/emacs/custom/fcuny-vars.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-23rename a few more librariesFranck Cuny1-26/+0
2022-03-22vars: make flymake happyFranck Cuny1-1/+6
2021-10-11emacs: set org-directory with other variablesFranck Cuny1-0/+5
2021-01-04emacs: rename the directoryFranck Cuny1-0/+0
2019-04-30[emacs] Add a template for weekly review.Franck Cuny1-0/+3
In addition to the template, we introduce a new directory (etc) where this template will be. There's a new custom variable for the new path.
2019-02-17[Emacs] Rename `common.el` to `defuns.el`.Franck Cuny1-3/+6
The name `defuns` make more sense since it's a collection of functions. All the custom variables are using the prefix 'fcuny/' consistently.
2019-02-16[emacs] Split configuration in multiple files.Franck Cuny1-0/+10
This is actually an easier thing to maintain.