Mark A. Hershberger

Results 49 comments of Mark A. Hershberger

Aaron Bieber writes: > Can you provide more detail on what the requirements of this feature > would be? I don't use message-mode and am not likely to set it...

Attempting to load it with -Q and C-x C-f just hung. Trying again with the menu worked.

Ok, I think I've got a minimal init.el: ``` elisp (eval-when-compile (require 'use-package)) (use-package spaceline) (use-package spaceline-all-the-icons :config (spaceline-all-the-icons-theme)) ``` and this tmp.org: ``` org test * this is a...

I just ran into this and it seemed to be because the `production` branch was not a local branch. Example fix: ``` console $ git config --get-regexp gitflow.branch.master gitflow.branch.master production...

Could you please open a separate issue for the desktop persistence?

Looks like this was superseded with #5285. Also, discussed this with Cindy and she said she probably wouldn't use this.

Should have closed as resolved since #5285 has apparently fixed it.

This is old and it looks like #5285 is a more current fix.

Same $ pipenv --support Pipenv version: `'2023.6.18'` Pipenv location: `'/home/mah/.local/lib/python3.10/site-packages/pipenv'` Python location: `'/usr/bin/python3'` OS Name: `'posix'` User pip version: `'23.1.2'` user Python installations found: PEP 508 Information: ``` {'implementation_name': 'cpython',...