This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Have you ever seen a config where somebody made the minibuffer pop in center of the screen? Perhabs by creating a temp screen
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
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.