spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2020-05-23T21:05:52.179200Z

how to rename multiple files recursively: 1. find-named-dir 2. enter dir you want to rename 3. press "t" in this new buffer to mark all files 4. dired-do-rename-regexp (%R) 5. enter new name 6. profit

👍 1
2020-05-23T21:06:58.180200Z

so between that and iedit mode you get everything

2020-05-23T21:25:34.181100Z

I'm stuck between thinking org mode is a good replacement for trello (for me). But also feeling like its a bit too much like... https://www.youtube.com/watch?v=z4FGzE4endQ (satire about VR)

practicalli-john 2020-05-23T22:19:15.189400Z

I understand more of Magit forge now, although its not the greatest experience. Its find if you know exactly what everything means. Repositories need to be added to the forge database (from the forge menu). Then creating and listing issues is obvious enough, although I didnt see a way to label issues. Creating a fork from an existing repository is fairly straight forward. I also managed to create a pull request using forge. Using a fork I created using forge, I pushed a new branch to the fork and then used forge to create a pull request on the original repository. I cant say its as nice to use as the rest of Magit, but I'll probably use it to create pull requests to http://spacemacs.org repository. https://practicalli.github.io/spacemacs/source-control/magit/forge.html

practicalli-john 2020-05-23T22:32:37.192100Z

@drewverlee I use org mode (org-journal) for my daily todo list and GitHub issues for specific projects. I use TODO states on headings and checkboxes for specific tasks. https://practicalli.github.io/spacemacs/org-mode/org-journal.html

practicalli-john 2020-05-23T22:35:36.193700Z

I havent delved into the mysteries of org agenda yet though and I dont use the org-capture feature, although I did used to. I find the org-journal a fairly simple approach and it rolls over tasks I havent marked as done.