Skip to content

Latest commit

 

History

History
77 lines (65 loc) · 2.39 KB

TODO.org

File metadata and controls

77 lines (65 loc) · 2.39 KB

Todo

Tangle selectively

Make it so not all org files are tangles. For projects this could be a .dir-locals.el file. For others not all files.

Tangle add extra stepson

For example set up the tangled file to be formatted by outside formatter - not just indet-region as now.

Nix

Make clear which use-package actually load from, elpa and which use :straight

Add macro use-package-non-elpa for the latter.

Generate list of packages for nix.

Kill Aquamacs

  • State “DONE” from “TODO” [2024-03-05 Tue 11:46]

As it has not been updated forget it.

kill initsplit

  • State “DONE” from “TODO” [2024-03-05 Tue 11:46]

As nearly all customization does not need to be saved and as aquamacs goes - then not needed.

kill mac-key-map

  • State “DONE” from “TODO” [2024-03-05 Tue 11:46]

Put it all in global map. Allows me to change these keys per mode. (and for treemacs ber buffer-local)

Spaces

Current babel code encodes files with spaces by http encoding so result is not the same as the start. I think that this is not required in tangle but that is a code change. Safest fix is to move init files but need to deal with customisation I think newer org-mode fixes this.

Links

I tried to include all the org text in the source code but that adds extra links which seem to defeat detangle - but could be space related