Fork me on GitHub
#emacs
<
2022-07-09
>
Benjamin05:07:16

Have you ever seen a config where somebody made the minibuffer pop in center of the screen? Perhabs by creating a temp screen

mpenet06:07:36

Yes. It's done with posframe or other packages like that

mpenet06:07:41

If you use vertico there are a few options to do this

mpenet06:07:51

It's on their readme

Ben Sless11:07:59

Question for nix users, how would you run a process from nix env in a project in an already running emacs? Let's say my nix env defines the java version, how would you wire these things together?

1
nbardiuk12:07:21

I use direnv, it can set up nix shell when I cd into a directory. For emacs there is https://github.com/wbolster/emacs-direnv it should be able to load direnv setup into emacs, I haven't used it, maybe it could work for you.