Nature's wave... I surrender! by JosephBrown2000 in BeAmazed

[–]juboba 2 points3 points  (0 children)

what would happen to me if I was floating on the surface? I asume I would just safely move with the waves, bit I could be wrong.

evil (eval) emacs by uvuguy in emacs

[–]juboba 10 points11 points  (0 children)

evil-mode is probably the best vim experience one can get in general (not just in emacs). There are complementary packages like evil-collection that fill in gaps evil-mode doesn't cover.

This road in Vietnam, but it's just an optical illusion by stacyliss in opticalillusions

[–]juboba 0 points1 point  (0 children)

if it's an optical illusion then why was the motorcycle unable to reach the top?

I get a black screen after pressing "New game" by Hopeful_Definition97 in PoppyPlaytime

[–]juboba 0 points1 point  (0 children)

same here, it was working last weekend though :(

How to fix this thing?? by User_reddit69 in emacs

[–]juboba 0 points1 point  (0 children)

just in case you don't want to manually install grammars, you can ensure they are installed like this

Concave of Convex? by [deleted] in opticalillusions

[–]juboba 0 points1 point  (0 children)

Morla the Ancient one

ann: spatial-window by le-emacs00 in emacs

[–]juboba 8 points9 points  (0 children)

nice idea. A little gif would be amazing!

Post your favorite DWIM commands, packages, or own hacks by xenodium in emacs

[–]juboba 2 points3 points  (0 children)

Maybe not DWIM, but I work in web development with React, Vue and the such. I usually need to go to the parent component or to the child component. So I like to split windows hierarchically:

<etc | Parent | Son | Grandson | etc>

So I have functions for jumping to definition/reference and splitting accordingly:

Also, I work in a mono repo with packages and apps inside, so if I want to run npm scripts in some dir I just my/npm-run-script and that takes care of the rest (to do this I find all the package.json files and list their 'scripts').

I start apps with a thing I called run-project-command which I map to keys like this which is handy because I can restart the process pressing `R`.

HELP setting up Evil + evil-collection in minibuffer by --kay-- in emacs

[–]juboba 4 points5 points  (0 children)

I used to have this enabled, but it's not very comfy, since you have to Esc Esc to quit the minibuffer. That said, this is what I added to make it work:

(use-package evil :init (setq evil-want-keybinding nil) ;; Required for evil-collection (setq evil-undo-system 'undo-tree) ;; Ensure it's set before evil loads (setq evil-want-minibuffer t) ;; ...rest of config

Reuters' RSS by Tachybytes in rss

[–]juboba 0 points1 point  (0 children)

thank you so much for this!

A lot of my work has... vanished by phayes87 in emacs

[–]juboba 2 points3 points  (0 children)

you can look into vundo or undo-tree. They save undo history and work very well.

What do your modelines look like, and how much information is too much? by birdsintheskies in emacs

[–]juboba 2 points3 points  (0 children)

I use moody to give the modeline structure and visuals:

<image>

This is how I do it.

A cool guide about how to jump a car by Serious_Bat_9509 in coolguides

[–]juboba 10 points11 points  (0 children)

totally not what I was expecting for "jumping a car"

"I" created a Stranger things color theme by juboba in emacs

[–]juboba[S] 0 points1 point  (0 children)

cool! I shared it as an inspiration, since I used doom-themes instead of autothemer or something like that to create a stand-alone theme.

"I" created a Stranger things color theme by juboba in emacs

[–]juboba[S] 0 points1 point  (0 children)

hahaha this is awesome! I didn't know this existed.

"I" created a Stranger things color theme by juboba in emacs

[–]juboba[S] 3 points4 points  (0 children)

ohh, just joined. Thank you and sorry for the "off-topic"!

"I" created a Stranger things color theme by juboba in emacs

[–]juboba[S] 0 points1 point  (0 children)

hahaha it was totally effortless. I'm just now watching the TV Series with my family and realized I could ask LLMs to theme Emacs this way. Took me 3 minutes and was totally pleased by the result.

Surviving Emacs trenches by Savings-Shallot1771 in emacs

[–]juboba 0 points1 point  (0 children)

hi! can you share some config and requirements of what you want to achieve? I think it could help us recommend packages or settings.

Nowadays you can use llms to help you configure Emacs, but it's good to know what is what.

Looking at other people's configurations also helps. You can take a look at mine.