karthink

Results 853 comments of karthink

I don't follow, so let me clarify my question. When you boot up Emacs, it's recognized as a popup but it still opens full screen. 1. What happens when you...

Sorry, I still don't understand the problem well. > I use the `dashboard` package so my `Emacs` doesn't open scratch buffer by > default on startup If Emacs doesn't open...

I see. Can you try the following: 1. Launch Emacs 2. `M-x eval-expression`: `popper-buried-popup-alist` 3. Turn popper mode off and on. 4. `M-x eval-expression`: `popper-buried-popup-alist`

I can't reproduce this. Can you paste your popper-mode config here?

This looks fine. Do you use anything besides the dashboard package that influences the Emacs' startup? I'll try installing them.

Thanks @apoorv569, that's helpful. I've pushed a fix on the `catch-init` branch of this repo. Since you're using straight, can you switch to it and test? recipe: ``` emacs-lisp (use-package...

@Qkessler I don't understand what you mean by "assign keybindings to only buffers on the popup state". Can you give me an example of a specific action you would like...

Isn't this already the case? The cycle and toggle actions only apply to popup buffers. On Mon, Jan 3, 2022, 12:17 AM Enrique Kessler Martínez < ***@***.***> wrote: > Hey...

I'm still confused about what you're looking for. I see different interpretations: 1. Assign custom keybindings for existing popup commands, such as `popper-cycle`. 2. Define *new* commands to act only...

> Doing that via popper-popup-p seems convoluted compared to having a popper keymap in popups. What do you think? Popper is a global minor mode, so it's possible but not...