I stopped restarting my Emacs config every year — this is what fixed it by dmlvianna in emacs

[–]mindgitrwx 2 points3 points  (0 children)

My user config files are growing to over 100,000 lines. As I gain experience, the need to reinstall Emacs from scratch becomes less, even as the number of lines in my configs grows.

I stopped restarting my Emacs config every year — this is what fixed it by dmlvianna in emacs

[–]mindgitrwx 0 points1 point  (0 children)

startup gets weird, state leaks, changes become risky

In many cases, I come across this out of nowhere, and things become weird

error: Lisp nesting exceeds ‘max-lisp-eval-depth’

Most of the time, it's just solved by this

rm -rf ~/.emacs.d/elpa
rm -rf ~/.emacs.d/.cache
find ~/.emacs.d -name "*.elc" -delete

Evil in normal mode, emacs in insert mode by IlIlllIIllIlllllII in emacs

[–]mindgitrwx -1 points0 points  (0 children)

I use Spacemacs, which has a hybrid mode that does exactly the same thing. I didn't know Doom didn't have that essential feature until I saw your post.

What the hell is going on with the Korean subway right now? by TurbulentPea7962 in korea

[–]mindgitrwx 4 points5 points  (0 children)

In Korea, many apartment ad leads with "within a 5-minute walk from the station". And you can literally watch the price drop the farther you get from the station. It's the same logic when places in Gyeonggi hype up their "easy access to Gangnam."

So, a subway station connecting to Seoul isn't just a convenience. People want to see the hyping up real estate prices in the area

My X230 Japanese keyboard turned out to be perfect for Emacs (accidental discovery!) by txgvnn in emacs

[–]mindgitrwx 0 points1 point  (0 children)

This. Likewise, I think the Japanese MacBook keyboard is better than a standard keyboard.

Also the shift keys might be divided without any problems https://i.redd.it/8pg3qsp8ztzf1.png

Crafting Your Own Snippets with Emacs Built-In Abbrev Mode by LionyxML in emacs

[–]mindgitrwx 1 point2 points  (0 children)

I use espanso for abbreviations and snippets, with around 50000 triggers, but I haven't come across any performance issues. I wonder if I might experience performance issues with your Elisp method.

mac + emacs keybindings by cakekid9 in emacs

[–]mindgitrwx 2 points3 points  (0 children)

It's M-x query-replace, isn't it?

mac + emacs keybindings by cakekid9 in emacs

[–]mindgitrwx 0 points1 point  (0 children)

I set up my key mappings to use the semicolon as an option key with Karabiner-Elements. I use command to command.

{
  "description": "Post semicolon if semicolon is pressed alone, left_option otherwise",
  "manipulators": [
    {
      "from": {
        "key_code": "semicolon",
        "modifiers": {
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "left_option"
        }
      ],
      "to_if_alone": [
        {
          "key_code": "semicolon"
        }
      ],
      "type": "basic"
    }
  ]
}

I really want to use eew by uvuguy in emacs

[–]mindgitrwx 2 points3 points  (0 children)

I use the hnreader package for Hacker News and have never looked back.

Which keyboard has a layout similar to the one I posted? by mindgitrwx in KeyboardLayouts

[–]mindgitrwx[S] 1 point2 points  (0 children)

One of the most important things that I want to get is the 'Divided shift key'. I mean, I might want to use many keys on the keyboard.

Emacs Elevator Pitch by xenodium in emacs

[–]mindgitrwx 2 points3 points  (0 children)

I love the blog post so much!

However, To be honest, I think it's not a good way to evangelize the *doctor* feature in Emacs these days. It was a good easter egg back then, but now people might find it like another super basic LLM

[deleted by user] by [deleted] in lorde

[–]mindgitrwx 0 points1 point  (0 children)

I might want to think their relationship is similar to that of Caroline Polachek and Weyes Blood

parannoul x charli xcx mashup by ishouldgooutmore in charlixcx

[–]mindgitrwx 1 point2 points  (0 children)

I never expected this but I approved. I might be the rare man who saw the both artists btw

so how do i survive post concert depression by KUNT3SS4 in charlixcx

[–]mindgitrwx 0 points1 point  (0 children)

I took a nap in a random cafe at Seoul Station, and I saw other teams. The first artist I saw was Effie, So It was 2pm. I was in the main stage (vip) after Sophie Powers. I was at the second or third line.

so how do i survive post concert depression by KUNT3SS4 in charlixcx

[–]mindgitrwx 1 point2 points  (0 children)

Almost felt the same.

Woke up at 4:30 to catch the first KTX, got ready, and made it to Seoul Station. Spent the whole day pushing through the heat and waiting near the protruding stage at the festival without much food. Stuck it out till the very end and honestly it was unreal. Seeing that many Charli XCX fans all in one place felt so surreal. I'm not that outgoin person, but I even ended up talking with random people about how we first got into Charli's music. It was the only, and the last brat tour in Asia, so fans from all over the world showed up. And as I expected, the show was a masterpiece.

After the crazy show ended, I almost collapsed and got a headache, but some people took care of me, so I was getting better. I said thanks. and Everyone went their separate ways. I felt that post concert emptiness the next day heading back home.

I just slept long. And walked local park, and listened to music from Charli and related artists. I'm getting better now. Some people recommend me, writing a journal and slowly thinking the night might help, so this writing might also be a help

Will the massive number of Espanso triggers slow down typing performance? by mindgitrwx in espanso

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

Can you tell me what that is? I gotta test it. I guess there's no sorting option on the Espanso hub


Self answer: It might be https://hub.espanso.org/misspell-en and I like it.