Doom Emacs config

Doom Emacs #

This is my Doom Emacs configuration (source).

Lexical binding #

Make this file run (slightly) faster with lexical binding (see this blog post for more info).

;;; config.el -*- lexical-binding: t; -*-

General #

(setq user-full-name "Anders K. Pettersen"
      user-mail-address "staticaland@users.noreply.github.com")

(org-babel-load-file (expand-file-name "fonts.org" doom-user-dir))
(org-babel-load-file (expand-file-name "gptel.org" doom-user-dir))