CsBigDataHub
CsBigDataHub
@DoSeek if you are new to emacs please go through these videos. https://cestlaz.github.io/stories/emacs/ Emacs is a self-documenting editor, please use `M-x describe-function` to get more info on interested functions.
> I'm experimenting with `direnv` and `emacs-direnv` to achieve this. > > But it often needs a `lsp-workspace-restart` to pick up the right path, far from ideal. same with `pyvenv`...
PR to fix in https://github.com/ema2159/centaur-tabs/pull/179
``` :bind ("s-" . centaur-tabs-backward) ("s-" . centaur-tabs-forward) ("s-" . centaur-tabs-forward-group) ("s-" . centaur-tabs-backward-group) ``` This is how i bind it.
Hi @ema2159, Can you please have a look and push this PR! Thanks
Hi @nebhrajani-a, @ema2159 , Tested this PR and it fixed #187 . Setting both options to `t` still causes `Invalid face attribute :foreground nil`. ``` (setq centaur-tabs-set-icons t) (setq centaur-tabs-plain-icons...
@ema2159 friendly ping.
@alopezrivera , Sorry for the delay. After replacing `pandoc.exe` to `pandoc`, this is the error thrown - ``` Write-Error: /Users/mymac/GitRepos/my-projects/owo/owo.ps1:100 Line | 100 | owo @params | ~~~~~~~~~~~ | Cannot...
Looks like this could work if we can get modify scripts to detect the OS and run the commands like `pandoc` and `onenote` accordingly.
> So if I understand correctly, you do see the onenote dll under /Applications/Microsoft OneNote.app/Contents/MacOS/Microsoft OneNote, right? I am not sure, I'll have to look. > If that is the...