May I recommend thinking of Emacs as your Fortress of Solitude
Date:
First thing I do when I turn on my computer is open my Emacs.
What awaits me is a blank, dark purple screen with a random motivational quote on top.
I will usually take a moment, enjoy the calmness of the empty canvas in front of me.
There is nothing fighting for my attention, nothing I have to react to. Just the familiar comforting view, patiently waiting for me.
#+begin_disclaimer
You might start thinking at this point, ok another stereotypical crazy Emacs user, sitting in his basement whole day writing C, browsing web with JS disabled, chatting on IRC and reading his email in his Emacs.
However, IMHO, I (and many others) am more unlike that stereotype than you might imagine!
It has been long time since I have written any C, lately it has been mostly TypeScript (ok and some Haskell I admit). I don't even code much these days! I am a founder/CTO of a startup and I spend most of my time hiring, managing, reviewing, emailing, marketing, strategizing. I have a family, small kids, a dog, hobbies (even some that are not Emacs). I read my email and browse web in Chrome, use Notion, G Suite, Discord, LLMs (not for writing though), and I never managed to get into IRC.
#+end_disclaimer
That unassuming blank canvas, inviting you to type? That is the scratch buffer.
It's there every time you start Emacs, by default. And while it may not seem like anything special, it says a lot about Emacs. No code editor I know of comes with such blank canvas. Text editors often do, but as a starting poing for a new document. Instead, in Emacs, it is just an unassuming canvas you can "scratch" on, assignment of meaning left to you.
Once in Emacs, I will usually open my daily schedule/agenda, which is only a key combo away. I hit <space> o d and in front of me is:
- my daily checklist
- scheduled events for today (synced from my gcalendar)
- a list of tasks I planned for today + any from earlier days I haven't finished
- some general notes
- my inbox (of tasks, GTD style).
Pressing e while on any task or event opens up its "page" where I can take any notes and work on it. I will also often "clock in" a task I am working on right now, tracking how long I am working on it, which I found very effective to maintain focus. Later I can also generate a report of time tracked.
At the end of the work day, I will hit <space> o c w j and write down my journal entry, just a couple of sentences reflecting on the work day.
Later in the day, I might start working on a non-trivial task.
Maybe it is a coding task, or it is a hiring strategy, or coming up with the new version of content for the landing page, or planning next sprint, or it is writing a longer, important email or Discord message.
Often, I will start with opening the task's "page" in Emacs and start writing it up and breaking it down there. I will put down what I know so far, define the requirements, collect links to the materials I have, brainstorm, create subtasks with relevant TODO statuses, put some time estimates, … .
At any moment, pressing <space> i c opens up chat with an LLM model of my choice in Emacs if I need it, with access to any open buffers ("tabs"/"docs") and whatever tools I defined for it (or whole Emacs if I decide to give it).
<space> ' opens up the terminal, and I can of course also run e.g. Claude Code or OpenCode from it.
File manager is just <space> d d away, while <space> g g opens magit, Emacs' crazy good interface for anything Git-related, all of these in the context of the current project or buffer.
If I want to focus on writing, like right now, I will hit <space> a w and only a single window will remain open, with text centered in the middle. A kind of a "Zen mode".
While doing all this, I am using the same keybindings and commands the whole time to move around, to edit text, to search, to manipulate windows, … . It's all one tightly integrated environment, smoothly flowing from one workflow to another.
Why am I talking about my usage patterns above?
I am trying to demonstrate how Emacs goes beyond just an editor / IDE. Often you will hear that Emacs is not an editor, but an OS (operating system). I get where this comes from, but I don't think it does much favors to Emacs, as it presents it as something overly complex that you don't really need (I am already running Emacs on my OS, why would I need it to also be OS?). Or you might hear that Emacs is a "computing environment", and while I got to love that description once I got deep enough into Emacs, I don't think it does much for anybody new to it.
Instead, I would like to invite you to think of Emacs as your (digital) home base.
You might know about Superman's Fortress of Solitude. It is where he goes to recuperate, to heal, to collect his thoughts, to plan his next move. Whatever happens out there, he knows what he is coming back to, to his equipment, memorabilia, laboratory, all of it how he set it up, just for himself. His personal space, his home base, his sanctuary.
Well, Emacs is not so much different!
- Due to how flexible and extensible it is, you can truly make it your own, personal and unique.
- It exists outside of external events, as a piece of standalone, evergreen tech that has existed for 50y now and will likely be here for as many more, not influenced by hype or governed by a single company.
- It gives you the space you need to collect your thoughts, to plan, to write, to build your knowledge base, to create.
- It allows you to create your own custom tools and workflows, uniquely suited for you.
It is up to you to shape it, mold it into what you need, assign it meaning, and the guarantee you get is that you are free to do whatever you want and that it isn't going anywhere. Which is what you expect from a home (base).
This is what Emacs became to me. Emacs is my home base, my command center, my starting point and my rest stop. Feeling inspired? I will start writing/coding in Emacs. Feeling lost, overwhelmed? I can reorganize and plan it out in Emacs. Needing a fun task to relax? There is always something to configure in Emacs. Reflection? I journal and review it later in Emacs.
I feel like I haven't captured the spirit of what I am describing as well as I wanted to, but I don't know what else to add without repeating myself in one way or another. Might be that, as with many things in life, to get the point fully over, one has to experience it themselves.
When I started using Emacs, on uni, I certainly didn't look at it the way I do today. I saw it as a very cool code editor, a challenge, a choice I made as an antithesis to my brother's choice of Vim (gasp). For years following, I used it primarily as a code editor, and wasn't aware there might be more to it. The moment I really started using it as something more was when I started coding less and started managing more, since it naturally pushed me into looking for a similarly smooth experience of keyboard-driven UX but for non-coding tasks. That got me to learn more about Emacs, about Org mode, get more involved with the community, and realize the full potential Emacs has to offer.
Org mode
🔗If you are intrigued by all this and want to give it a try, I strongly suggest diving into Org mode, as one of the most popular major modes of Emacs.
Kind of like Emacs, Org mode is much more than it seems at the start. At first glance, it is just an alternative to Markdown with a couple of small extra features. In truth though, Org mode is much more: it is a foundation, a platform, that Emacs community has converged on and used it to, combined with the extensibility of Emacs itself, create an amazing suite of workflows and tools that cover a wide range of use cases.
This blog post is written in Org mode. Actually, my whole blog is implemented in Emacs (Lisp) and driven by Org mode. My whole Emacs config is written in Org mode. In Org mode, you can do presentations, literal programming (think Jupyter Notebook), use it as a productivity system (GTD and similar), a note taking system (org-roam, denote), AI chat interface (gptel), spreadsheet, Notion-like database system, … .
Emacs in the age of AI
🔗A friend asked me recently why am I spending time configuring Emacs, when people are saying, due to agentic AI, that editors are a thing of the past and all you need is a CLI.
Whether you agree with that specific point or not, it doesn't really matter, because for me, as you know already, Emacs is not an editor, but my home base, my command center.
I would even say that with rise of generative AI, I feel even more inclined to use Emacs. It becomes a sort of a steady ground in this sea of fast paced change and constant push to try the latest tech or you will fall behind. An escape in a way, to a place where I can hear myself think, where I am enough.
Btw, with AI, it is now also easier than ever to configure your Emacs to your liking.
The end
🔗At the end, this post ended up as somewhat of a lover letter to Emacs. I guess it was unavoidable. Ultimatively, there is an l'art-pour-l'artistic element to Emacs, and regardless of how many people read this, I just enjoyed writing about Emacs, in my Emacs.
P.S. I wrote this post as an entry to the lovely effort of Emacs Carnival, for May 2026.