Dilip
Dilip
My bad, then there is no issue with bemenu at all. Then it is Just a feature request to add `-mesg` like from rofi For now, ig `bemenu -s -p`...
Hey @alejandrogallo I was also thinking why wasn't there interactive interpreting feature for nix-mode. Just now, I went through python and ess way of evaluating lines. Came up with an...
Made a working `nix-eval-dwim` variant: ```emacs-lisp (defun nix-eval-dwim () (interactive) (let* ((start (line-beginning-position)) (end (line-end-position)) (region-string (buffer-substring (region-beginning) (region-end))) (msg (format "%s" (if (use-region-p) region-string (buffer-substring start end))))) (pop-to-buffer "*Nix-REPL*")...
Hi @akshitgaur2005 ! Thank you for reaching out. I'm not sure in what you mean to reproduce. Are you asking on how to use literate org config (with emacs) and...
Okay I got it. Even I had the same feeling at some point, like let me just dive into it and later I will learn. But I'd kindly like to...
I agree, its not intuitive. It does not support dbus to notify (for android) There might be lot of drawbacks, but it comes with the power of endless extensibility. I...
> (setq touch-screen-precision-scroll t > > touch-screen-display-keyboard t > > browse-url-android-share t) > > Message ID: ***@***.***> > > ) > Second option lets you open android keyboard when you...
I know this app is still useful and has intuitive modern UI. I guess nobody has talked about it, but now, We have official emacs app for android. For non-emacs...
Yeah, i too have faced high memory usage, there is `M-x pdf-cache-clear-data` too. I ended up making a function and i use it everywhere mapped to `Q`, in most of...
I can confirm that there is no issue with nixUnstable i.e, nix 2.22 (maybe 2.21 also as above comment said)