diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 22:42:24 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-16 22:42:24 +0200 |
commit | 22094e30fab693db0fe3937871a6914b9abb6c4c (patch) | |
tree | d8a814ba94c620ea3c9c9bf96fbdd15c671a07ea | |
parent | 18f217717e30a40dd3f6ff32adc81b11070a20c4 (diff) |
emacs: Add newline
-rw-r--r-- | .config/emacs/early-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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" |