diff options
| author | Craig Jennings <c@cjennings.net> | 2025-09-01 19:37:02 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-09-01 19:37:02 -0500 |
| commit | 6c69843c308b0ee8828dccecef49145e89f74182 (patch) | |
| tree | 2a9cf10fc95d01dcb524018d4739389d3f7d27c6 | |
| parent | dc4c3093d9117b364291b70f5bc38234e6432f5f (diff) | |
| download | dotemacs-6c69843c308b0ee8828dccecef49145e89f74182.tar.gz dotemacs-6c69843c308b0ee8828dccecef49145e89f74182.zip | |
add utf-8 unix to header
| -rw-r--r-- | early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index 23e2bd8ea..88ab41623 100644 --- a/early-init.el +++ b/early-init.el @@ -1,4 +1,4 @@ -;;; early-init.el --- Emacs Early Init -*- no-byte-compile: t; lexical-binding: t; -*- +;;; early-init.el --- -*- lexical-binding: t; coding: utf-8-unix; no-byte-compile: t; lexical-binding: t; -*- ;;; Commentary: |
