(no title)
sidmitra | 1 year ago
It helps me keep the config consistent regardless of if something comes from MELPA, or bitbucket/github/gitlab etc.
- I also keep my config in README.org an github which shows the preview by default
- Org mode also helps me keep the commentary alongside. I can even just mark stuff as TODO, COMMENT with keyboard shortcuts. Infact if you read the source instead you'll find parts with COMMENT that don't render in the default preview on browser on Github.
- The git + github bits ofcourse help me use branches/PRs where i can test out stuff. Eg. most recently i was trying out lsp-bridge over eglot.
Here's my literate config: https://github.com/sidmitra/emacs.d
PS: Over time some bits have moved back to init.el to take precedence rather than everything in the org file.
No comments yet.