c02y
c02y
> I think the documentation is trying to say that `nickel_orientation:swap` is incompatible with `nickel_orientation:invert`, not with `nickel_setting:toggle:invert`; but if it does not work, it does not work... Yeah, I...
> I've updated #122 and ~it now works for me.~ _CORRECTION:_ **My** issues, which do not include the issue described by OP, appear to be fixed by it. > >...
The problem is `centaur-tabs-set-bar`, if it is `left`, then the whole tab bar will be empty. Besides I'm using Spaemacs, `under` or `over` will not work at all(https://github.com/ema2159/centaur-tabs/issues/86).
When I set `centaur-tabs-show-navigation-buttons t`, it seems changing `centaur-tabs-height` or `centaur-tabs-bar-height` will not work.
You can provide it as variable.
No, the same old, two bars in two windows inside one emacs frame. And it introduced a new bug, in emacsclient, the bar is there, but there are no tabs...
I just keep it running in the background, and I haven't touch it for a while, it it the top of the list now. 
I found that somehow there are other bashmount processes running in the background, kill those processes, and redo that again, it will succeed.
BTW: Please add support for fish-shell script: add this in `apheleia-formatters`: ``` (fish_indent . ("fish_indent")) ``` add this in `apheleia-mode-alist`: ``` (fish-mode . fish_indent) ``` so I don't have to...
I didn't find a simple emacs-lisp-formatter, but emacs-format-all just creates a function to format the emacs-lisp buffer https://github.com/lassik/emacs-format-all-the-code/blob/master/format-all.el#L798-L808