CommunityNews

CommunityNews

Doom-emacs: An Emacs framework

GitHub - hlissner/doom-emacs: An Emacs framework for the stubborn martian hacker.
An Emacs framework for the stubborn martian hacker - GitHub - hlissner/doom-emacs: An Emacs framework for the stubborn martian hacker

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

Most Liked

Hallski

Hallski

I would, it gives a much nicer starter experience of using Emacs than vanilla does. If you later decide to roll your own config you can always do so and will have a better understanding of where you can take it.

Especially if you want to use Vim bindings which is a bit of a pain to setup nicely for all various third party packages if you start with vanilla Emacs. They have also spent a lot of time optimizing how packages are loaded in order to get the startup much more performant.

malloryerik

malloryerik

Haha, OK you asked for it. Org Mode is… well it starts way back when you were just a twinkle in your father’s excited eye and a Swiss scientist wanted a better way to organize his already very organized, very Swiss life. Oh but wait… I’m seeing that the first release was in 2003, and that the scientist was Dutch. Hmm. And of course I don’t know anything at all about your father so please forgive my deranged sense of humor… “I blame the pandemic.”

So anyway, Org Mode is using .txt files and adding a layer of parseable conventions, and then calling it a .org file. So that’s similar to a .md file. But .org is about bullet points that you can show and hide, links to other .org files, and tags for things like todo lists that then are all gathered into a central Agenda, and so on and so on. Because you have emacs behind it, there’s almost no end to what you can do, and there are guacazillion Org Mode packages that you can install. You can publish from Org Mode straight to Hugo or another static site generator. You can run a D&D game. You can run a business. You can control a database (whether or not you should). You can publish your thesis, make a zettelkasten linked-notes thingy with Org-Roam (which is great, and similar to Roam-Research, Obsidian, etc.), a personal wiki, literate programming, and so on and so on forever.

I’m using it now for notes, todos, agenda, time management. It’s good for me to have my agenda connected to my notes so that they can be blended together. I was one of those kids whose room is always messy, and for whom cleaning up feels like pushing pins into their arms, not least because they’re just hopeless at it unless they focus on just that, but they have lots of other things to focus on, not cleaning the damn room. That’s to say, I was born to have personal assistants and a cleaning staff.

Zeus, however, thought otherwise. He hurled a lightning bolt that killed off my personal assistants so that I wouldn’t have any until I finally and truly learned how to clean my room. Now, Pallas Athena, seeing my plight and taking mercy on me, gave me a gift, a tool to help me through my travails: of course it was Org Mode.

“But beware,” said grey-eyed goddess, “Org Mode takes endless pleasure in reorganizing itself according to your slightest whim as well as your best-laid plan; it’s up to you to keep you goal and vision clear.”

So I try to keep things sane, simple, and even still it’s way more flexible than anything else I’ve tried.
I can be writing/outlining an idea in one file, mark something as a [TODO] or an [IDEA], etc. etc., and Org Mode will grab those and show them to me in a consolidated view, all from text files. I can then add these items to my agenda, saying for example that I’d like to do such and such next Tuesday. If I don’t do them on Tuesday they show up on Wednesday. These little things can be well connected to the most fundamental document that describes the soul of my endeavor. So this is just notes-y stuff but everything is integrated and together, and along with the rest of Emacs, your file system, great windows/buffer etc. management, accessible from terminal, and at the same time at the level of a single file, quite simple. Oh and future-proof. You can also pull live data into your file, track numbers, create tables very easily, do spreadsheet-y things, and you have Emacs and elisp behind it so that really, there’s not much of a limit. Double-entry accounting with ledger-mode, which is emacs but then you can pump that into your org files.
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html

Here’s a fun one that illustrates some capabilities:

A bad point is poor mobile support, though not entirely wretched. iOS apps include Plain Org and BeOrg.

Also it’s surely not for everyone. I’ve allowed myself to take liberties with this post as a kind of litmus test: If you can’t stand the diversions, unnecessary rambling and half-unhinged, eccentric style I’ve indulged in here, then it might be a hint that Org Mode and maybe Emacs isn’t for you. It’s eccentric, demands you follow its metaphors/way of thinking, has roads that lead to dead ends. It’s also extremely human, authentic, capable, flexible, will outlast everything except Vim, and if you gel with it, can fit itself to your way of thinking and being that’s powerful, creativity-enhancing, and maybe even… ennobling?

Yeah yeah… it’s basically text files.

AntonRich

AntonRich

I really laughed out loud. This is so well put.

Where Next?

Popular General Dev topics Top

First poster: dimitarvp
skiftOS is a simple, handmade operating system for the x86 platform, aiming for clean and pretty APIs while keeping the spirit of UNIX. s...
New
First poster: mafinar
F# Is The Best Coding Language Today. If you want to personally pick up a programming language in order to become a better coder in what...
New
First poster: AstonJ
:tada: Launching Fig I am excited to announce that, as of today, Fig is generally available to the public for download. With our public ...
New
First poster: cpgo
8 reasons to ditch Chrome and switch to Firefox. Chrome may dominate, but Firefox is a known name among browsers for a reason. Whether y...
New
First poster: bot
When Zig is safer and faster than Rust. There are endless debates online about Rust vs. Zig, this post explores a side of the argument I...
New
CommunityNews
Building GitHub with Ruby and Rails | The GitHub Blog. Since the beginning, GitHub.com has been a Ruby on Rails monolith. Today, the app...
New
First poster: DevotionGeo
To avoid being replaced by LLMs, do what they can’t. What LLM’s can’t do yet
New
CommunityNews
We’re a tiny team @deepseek-ai pushing our limits in AGI exploration. Starting this week , Feb 24, 2025 we’ll open-source 5 repos – one ...
New
First poster: joeb
The new frameworks will continue until morale improves.
/js
New
CommunityNews
We present DeepSeek-V3, a strong Mixture-of-Experts (MoE) language model with 671B total parameters with 37B activated for each token. To...
New

Other popular topics Top

PragmaticBookshelf
Ruby, Io, Prolog, Scala, Erlang, Clojure, Haskell. With Seven Languages in Seven Weeks, by Bruce A. Tate, you’ll go beyond the syntax—and...
New
PragmaticBookshelf
Rust is an exciting new programming language combining the power of C with memory safety, fearless concurrency, and productivity boosters...
New
New
rustkas
Intensively researching Erlang books and additional resources on it, I have found that the topic of using Regular Expressions is either c...
New
Help
I am trying to crate a game for the Nintendo switch, I wanted to use Java as I am comfortable with that programming language. Can you use...
New
husaindevelop
Inside our android webview app, we are trying to paste the copied content from another app eg (notes) using navigator.clipboard.readtext ...
New
First poster: bot
zig/http.zig at 7cf2cbb33ef34c1d211135f56d30fe23b6cacd42 · ziglang/zig. General-purpose programming language and toolchain for maintaini...
New
New
AstonJ
Curious what kind of results others are getting, I think actually prefer the 7B model to the 32B model, not only is it faster but the qua...
New
NewsBot
Node.js v22.14.0 has been released. Link: Release 2025-02-11, Version 22.14.0 'Jod' (LTS), @aduh95 · nodejs/node · GitHub
New