🍃 Greg 'Krait' Hab 🍂

Results 5 issues of 🍃 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: ![image](https://user-images.githubusercontent.com/7407672/233923634-3fab145e-7f1c-4b2c-9a3b-52091a6254d9.png) I can set it to a custom color (in this case pink) via overriding: ``` elisp (defun power-mode--foreground-color-before-point () "medium orchid"...

enhancement
good first issue

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...

enhancement
priority::low
difficulty::hard