From 97a057ea582e8f77b7824e0b6ce14bec3e0b2566 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 16 Feb 2021 14:41:10 -0600 Subject: Add coding to {early-,}init.el --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index ea9b58d..51a2496 100644 --- a/config.org +++ b/config.org @@ -3429,7 +3429,7 @@ The classic Emacs initiation file. *** Header #+begin_src emacs-lisp - ;;; init.el -*- lexical-binding: t -*- + ;;; init.el -*- lexical-binding: t; coding: utf-8 -*- <> ;;; Code: #+end_src @@ -3491,7 +3491,7 @@ the package manager or the UI code. The Info says we should put as little as possible in this file, so I only have what I need. #+begin_src emacs-lisp - ;;; early-init.el -*- no-byte-compile: t; -*- + ;;; early-init.el -*- no-byte-compile: t; coding: utf-8 -*- <> ;;; Code: -- cgit 1.4.1-21-gabe81