From 22094e30fab693db0fe3937871a6914b9abb6c4c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 16 Oct 2024 22:42:24 +0200 Subject: emacs: Add newline --- .config/emacs/early-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el index f3964e5..3cf4b8c 100644 --- a/.config/emacs/early-init.el +++ b/.config/emacs/early-init.el @@ -1,6 +1,7 @@ ;;; early-init.el --- Emacs early init file -*- lexical-binding: t; -*- ;;; XDG Base Directory Specification Compliance + (defconst mm-cache-directory (expand-file-name "emacs" -- cgit v1.2.3