🍃 Greg 'Krait' Hab 🍂
🍃 Greg 'Krait' Hab 🍂
https://github.com/radian-software/straight.el
In #128 it was posted that to get absolute file paths, to do `(setq-default org-download-abbreviate-filename-function 'expand-file-name)` My `org-download-image-dir` is using `~` for the absolute path: - `(setq-default org-download-image-dir "~/Documents/org/.images")` Yet...
Implementation for #8. - (Uses an if statement for early-termination and return if the requisite setq exists). - (Note: And adds an additional, missing terminating parenthesis to `power-mode--foreground-color-before-point` to make...
Particle color is set to match text color:  I can set it to a custom color (in this case pink) via overriding: ``` elisp (defun power-mode--foreground-color-before-point () "medium orchid"...
I would like to be able to write my notes on a dark background, but then print and export them in the standard white background. Currently, I can set the...