From fa70d2ae5adea84f556a289bf275b0768c974c39 Mon Sep 17 00:00:00 2001 From: Richard Kim Date: Sat, 3 Oct 2020 11:11:55 -0700 Subject: [PATCH] fixed file name on first line --- chemacs-common.el | 2 +- early-init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chemacs-common.el b/chemacs-common.el index b8ff805..44b34ec 100644 --- a/chemacs-common.el +++ b/chemacs-common.el @@ -1,4 +1,4 @@ -;;; .emacs --- -*- lexical-binding: t; -*- +;;; chemacs-common.el --- -*- lexical-binding: t; -*- ;;; Commentary: ;; :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ;; diff --git a/early-init.el b/early-init.el index 3af7be8..0ed015a 100644 --- a/early-init.el +++ b/early-init.el @@ -1,4 +1,4 @@ -;;; .emacs --- -*- lexical-binding: t; -*- +;;; early-init.el --- -*- lexical-binding: t; -*- (let ((chemacs-directory (file-name-directory (file-truename load-file-name))))