Setting Up Emacs LSP-Mode For Clojure

I use Clojure on the backend where I work. I think it’s really fun, especially in combination with Emacs, since Emacs is built with Emacs Lisp and Clojure is a Lisp dialect. So many of Emacs’ default keybindings started clicking for me once I started working with a language in the same tradition, editing structurally and by semantic units rather than line-by-line or character-by-character. I’m not alone in loving both and there’s clearly a lot of overlap between the two communities, which is evident from the number of Clojure packages for Emacs....

September 17, 2024 · 5 min · Sophie Adeline Solheim Bosio

Building Your First Emacs Config

Emacs is a wonderful piece of software. It’s easily my favourite program of all time. It can also be a little overwhelming to configure for the first time. One of the many things that make Emacs great, though, is its dedicated and helpful user base. I hope to add a small contribution to that community with this post, going over what I would have told my past self as I was just starting out using Emacs and trying to write my first Emacs configuration file....

December 21, 2023 · 13 min · Sophie

Prettifying Emacs Org Mode

In my opinion, the power of Emacs is that you’re able to program your own working environment. Other editors may be just as, or possibly more, efficient to use, but I haven’t come across any that give you control over as many aspects of your editor as Emacs does. Customising and tweaking your configuration may be an endless endeavour, but it’s also a highly rewarding one. All that being said, I was inspired to tweak the look of my Org Mode setup, especially after reading the blog post Beautifying Org Mode in Emacs....

August 10, 2023 · 9 min · Sophie

Static Site Generation with Hugo

This website is built with Hugo and ox-hugo, an exporting engine that lets me write my posts in Org mode and then put it online easily. Org mode is a really clever and powerful plain text format that works great for note taking, text editing, and TODO lists/agendas. Moreover, there are a lot of convenient features for us Emacs users when using ox-hugo to write our blogs (besides staying in the comfort of a well-known format and editing flow)....

June 8, 2023 · 1 min · Sophie