Aaron Zeng
Aaron Zeng
I agree, and it does work if you just put it in .ledgerrc instead, but this custom variable already exists, and I feel we may as well make it do...
I guess I was a little unclear in my previous comment---`ledger-format-date` is used when ledger-mode wants to insert a date into a ledger file, so defaulting to the user's preferred...
When digging into this, I noticed that in b282e553ba3e7cea8902908a857fd9a2b542e348, the macro `spacemacs|dotspacemacs-backward-compatibility` was added to replace some usage of variable aliases. I think this was likely a mistake, and we...
As an aside, it would be nice in principle if `hybrid-mode` and `holy-mode` could be made into packages independent from Spacemacs. Their behavior depends very little on Spacemacs except for...
> There is also `spacemacs/restart-stock-emacs-with-packages`, but it does not work for me because it does not set `package-user-dir` or `load-path`. This should be fixed, and I think it would be...
Maybe this is related to Fuco1/smartparens#1082? Does the issue go away if you disable smartparens-mode?
Does hledger really not support setting a format for dates? I'd rather do something different than just "silently don't respect the customized value of `--date-format`" in that case---perhaps we could...
Thanks for taking a look at this, @pierre-rouleau. It seems that this fix has unfortunately uncovered a different bug: https://github.com/bling/fzf.el/blob/641aef33c88df3733f13d559bcb2acc548a4a0c3/fzf.el#L486-L490 `fzf--after-term-handle-exit` seems to concatenate the directory and the selected option....
> Hi [@bcc32](https://github.com/bcc32), I'm not sure I understand the way this problem occurs. Can you describe a scenario where you run into the problem? Consider this snippet: ```elisp (fzf-with-command "seq...
At my site, this seems to be fixed by importing justbur/emacs-bind-map#13.