<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Sebastian Larsen Prehn&#x27;s personal website - blog</title>
    <link rel="self" type="application/atom+xml" href="https://sebastianprehn.dk/blog/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://sebastianprehn.dk/blog/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-01-31T00:00:00+00:00</updated>
    <id>https://sebastianprehn.dk/blog/atom.xml</id>
    <entry xml:lang="en">
        <title>This Year, I&#x27;ll …</title>
        <published>2026-01-31T00:00:00+00:00</published>
        <updated>2026-01-31T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Sebastian Larsen Prehn
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://sebastianprehn.dk/blog/this-year-ill/"/>
        <id>https://sebastianprehn.dk/blog/this-year-ill/</id>
        
        <content type="html" xml:base="https://sebastianprehn.dk/blog/this-year-ill/">&lt;p&gt;For January 2026 of the &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;www.emacswiki.org&#x2F;emacs&#x2F;Carnival&quot;&gt;Emacs carnival&lt;&#x2F;a&gt;, the theme set by &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;christiantietze.de&#x2F;posts&#x2F;2026&#x2F;01&#x2F;emacs-carnival-2026-01-this-year-i-will&#x2F;&quot;&gt;Christian Tietze&lt;&#x2F;a&gt; is&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;This Year, I’ll …&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;In late December, I made the switch to a &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;SebastianPrehn&#x2F;dotfiles&#x2F;blob&#x2F;main&#x2F;emacs&#x2F;.emacs.d&#x2F;config.org&quot;&gt;literate configuration&lt;&#x2F;a&gt;.
I decided to also renew my configuration as a whole, so many aspects of my Emacs configuration are yet to be decided on or implemented.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;This year, I’ll&lt;&#x2F;strong&gt;&lt;&#x2F;em&gt; &lt;strong&gt;move more of my workflows to Emacs&lt;&#x2F;strong&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;I am a Master’s Student in Computer Science, so I need programming environments for among others Rust, Haskell, C, and Python. I also need to set up LaTeX, Markdown, and org-roam. I use LaTeX to typeset my reports and assignments, markdown for this blog and collaboration on some university projects, and org-roam for my digital note-taking for classes.&lt;&#x2F;p&gt;
&lt;p&gt;For the programming environments, I’ll first attempt to make these work together with my existing Eglot workflow, and only switch to lsp-mode if Eglot proves too difficult. For LaTeX, I’m currently considering AucTeX + RefTeX, and will need to read their manuals before making a final decision. For Markdown, I’ll most likely use the built-in option, but with more intelligent templates set up using &lt;code&gt;tempel&lt;&#x2F;code&gt;. For org-roam, I’m still deciding on the best approach. I may ultimately go back to my previous setup, which mimicked Obsidian by creating a “second brain” linking related topics. I have also seen &lt;code&gt;denote&lt;&#x2F;code&gt; being a popular option, so I may take a closer look at that before committing.&lt;&#x2F;p&gt;
&lt;p&gt;For my digital life overall, I want to set up an email client, with mu4e seeming the most promising choice. I doubt that it will be able to handle my Microsoft Exchange mail from my university, but it should work for my private mail and become a good place for the many mailing lists I’ve joined since last year to get more involved in the development of the tools I use.
Furthermore, I want to manage my calendar using Emacs, preferably with a setup that syncs to my iPhone for ease-of-use on the go.&lt;&#x2F;p&gt;
&lt;p&gt;Another goal is to improve my Lisp-Fu this year, which means that I’ll read &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;emacs&#x2F;manual&#x2F;html_node&#x2F;eintr&#x2F;&quot;&gt;An Introduction to Programming in Emacs Lisp&lt;&#x2F;a&gt;, the &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;emacs&#x2F;manual&#x2F;html_node&#x2F;elisp&#x2F;index.html&quot;&gt;GNU Emacs Lisp Reference Manual&lt;&#x2F;a&gt;, and &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;protesilaos.com&#x2F;emacs&#x2F;emacs-lisp-elements&quot;&gt;Emacs Lisp Elements&lt;&#x2F;a&gt;.
I expect some overlap between these three, so I’ll most likely end up looking for other resources down the line, but for now it seems like a solid starting point to deepen my understanding of Emacs Lisp and write a better configuration. This should aid in my overall &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;youtu.be&#x2F;NVGuFdX5guE&quot;&gt;yearly theme&lt;&#x2F;a&gt; of moving more of my workflows to Emacs.&lt;&#x2F;p&gt;
&lt;p&gt;Finally, I want to do more blogging, and by getting into the weeds of Emacs, I should discover interesting tidbits of information or potentially find that I know enough about a topic to write a tutorial on it in order to practice my prose.&lt;&#x2F;p&gt;
&lt;p&gt;By the end of this year, I hope to have Emacs as my primary environment for both academic work and personal productivity, and I hope for it to be a consistent workspace that follows me seamlessly between my Arch Linux workstation at home and my macOS university laptops for classes and work.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Why Zola?</title>
        <published>2026-01-30T00:00:00+00:00</published>
        <updated>2026-01-30T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Sebastian Larsen Prehn
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://sebastianprehn.dk/blog/why-zola/"/>
        <id>https://sebastianprehn.dk/blog/why-zola/</id>
        
        <content type="html" xml:base="https://sebastianprehn.dk/blog/why-zola/">&lt;p&gt;I recently started using &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;www.getzola.org&#x2F;&quot;&gt;Zola&lt;&#x2F;a&gt; as my &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Static_site_generator&quot;&gt;static site generator&lt;&#x2F;a&gt; in order to get some experience with designing my website (hosted on &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;SebastianPrehn&#x2F;SebastianPrehn.github.io&quot;&gt;GitHub&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;I chose Zola because it is fast, is written in Rust, and because the majority of the text on the site can be formatted using Markdown.
Although I am an Org mode user and know that &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;ox-hugo.scripter.co&#x2F;&quot;&gt;ox-hugo&lt;&#x2F;a&gt; exists, I still prefer to use Markdown since that is what the majority of the alternatives I was looking at was using as well.&lt;&#x2F;p&gt;
&lt;p&gt;Org can also export to Markdown, so it ended up being a non-issue if I decided I could not live without Org.&lt;&#x2F;p&gt;
&lt;p&gt;I decided to start a blog because that’s how I consume most content online.
Through RSS&#x2F;atom in my &lt;a rel=&quot;noopener noreferrer external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;skeeto&#x2F;elfeed&quot;&gt;Elfeed&lt;&#x2F;a&gt; reader.&lt;&#x2F;p&gt;
&lt;p&gt;The topics will wander: algorithms that fascinate me, tutorials on tools I love, or half-baked ideas I’m still working through.&lt;&#x2F;p&gt;
&lt;p&gt;Welcome to my blog.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
