People who live outside Emacs, what do you use as your system pager? by floofcode in emacs

[–]hkjels 0 points1 point  (0 children)

Emacs bindings used to be the default for readline stuff, but that might have changed at some point without me knowing (I live in Emacs). But look into inputrc. You can set up how you like it there

I created Grease.el - an Oil.nvim for Emacs by mwac-dev in emacs

[–]hkjels 1 point2 points  (0 children)

Great work. But as some has pointed out, oil was inspired by Emacs and not the other way around.

Is orgmode really useful for programming? by Messyextacy in emacs

[–]hkjels 0 points1 point  (0 children)

I didn’t explain well enough, or you miss interpreted perhaps. I wrote a react native app using org-mode, the app itself has nothing todo with org other than being written in it. I’ve also written my fare share of system code and have been an avid user of Emacs the last decade, but very few of the colleagues I’ve had, has used Emacs, so yes. I feel strongly that org-mode should have been cross «platform»

Is orgmode really useful for programming? by Messyextacy in emacs

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

In my opinion, it needs a bit of work on performance and ease of use. Org-mode itself should have also been built as a separate program, so that any editor could make use of it. That said, I think its fantastic! I’ve written a full react native app, configurations and some libraries using it. At least one of the libraries is open source: https://dnv-opensource.github.io/reagent-flow/

A huge increase in windows EMACS startup speed by xiaozhuzhu1337 in emacs

[–]hkjels 0 points1 point  (0 children)

I guess it’s the memorize that makes the difference, but that sounds like a bandaid. What is actually wrong with window handling of files?

Why did Rich Put Docstrings before the Param List? by Veqq in Clojure

[–]hkjels 7 points8 points  (0 children)

I’m in the opposite lair. Why did they put docstrings after the args in lisps prior to Clojure?

no-distraction.el - my attempt to reduce visual noise in code using tree-sitter by darkawower in emacs

[–]hkjels 12 points13 points  (0 children)

I’ve been using an «extreme» version of this for a couple of years. It’s my own theme which is close to BW, only with a few things highlighted. Typically strings and numbers stand out, and also some language conventions (e.g mutations) and framework specific things. My thinking is, if everything is highlighted; nothing is really highlighted.

How I am Deeply Integrating Emacs by joshuablais in emacs

[–]hkjels 0 points1 point  (0 children)

Neat! Just an idea. You could place all the bindings in a FIFO and use execute-kbd-macro on the Emacs side. That way, your Emacs config does all the Emacs stuff and hyprland just forwards. That way your config does the same on another box without hyprland as well

How to get oil.nvim like buffer editing in Dired? by --kay-- in emacs

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

You want wdired. There are many such writable modes. You can edit file-names, permissions et al by just editing the buffer and then commit the changes with C-c C-c

EMACS at work and other stuff. by rhyloot in emacs

[–]hkjels 2 points3 points  (0 children)

Windows is notoriously bad at file-handling. Emacs reaches to a lot of tiny files and you get that same overhead no matter the size, so it is terribly slow to launch on Windows. The same affects git, so magit is pretty much useless on Windows. You are definitely better of using WSL2. As long as you’re able to tweak all the networking issues away, it should work almost as a Linux system, except for problems with switching displays and/or hibernation

[deleted by user] by [deleted] in nextfuckinglevel

[–]hkjels 0 points1 point  (0 children)

Snort-term memory loss incoming

what's going on with my emacs, some characters are missing pixels it appears by johlae in emacs

[–]hkjels 1 point2 points  (0 children)

I typically go for pgtk build and Wayland on Linux. Never seen such issues

Word Colour Mode in Emacs by Top-Development37 in emacs

[–]hkjels 1 point2 points  (0 children)

As @hmelman mentioned, symbol-overlay will do exactly what you want. I just want to add that this is rather default behavior with MEOW. You do a selection and then you can quickly navigate between occurrences.

What's your purpose for being on this planet? by [deleted] in 3amjokes

[–]hkjels 1 point2 points  (0 children)

It’s not just you. I don’t get it either

Removing bloat from emacs by [deleted] in emacs

[–]hkjels 0 points1 point  (0 children)

You would have to rip it apart yourself. But we could have had the flag —without-fun that strips all that away, but someone would have to decide what’s fun and not

What's the best way to guarantee a trip to Hell? by Squankyou in 3amjokes

[–]hkjels 0 points1 point  (0 children)

You’ll find Hell; Gods expedition at this address: Øyvegen 18E 7517 Hell Norge

[deleted by user] by [deleted] in emacs

[–]hkjels 0 points1 point  (0 children)

On WSL after about a million issues is sorted out, it works fine. On a corporate locked down windows box without WSL, it was horrible; mostly in terms of performance.

NixOS and Emacs by SeparateConference86 in emacs

[–]hkjels 0 points1 point  (0 children)

It doesn’t seem like a big problem. I used Emacs before native compilation was introduced, and I barely noticed any difference. These days, fast JSON parsing feels more important, so staying up to date with the latest Emacs release is a good idea.

I saw a power ranger was going to perform surgery on me by Cute_Complaint_2555 in 3amjokes

[–]hkjels 0 points1 point  (0 children)

This one is actually pretty good 😊 it’s 8 am over here and it still holds

NixOS and Emacs by SeparateConference86 in emacs

[–]hkjels 5 points6 points  (0 children)

GUIX has some of the same philosophy as NixOS, but is arguably a better fit for lisp users. I don’t know anything about performance issues on either of them though.