From eb0ae8622cbff70d1a8a6525131ebd051333189f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 6 Aug 2019 14:45:55 -0400 Subject: [PATCH] Fix file paths in comment headings --- core/autoload/cache.el | 2 +- core/autoload/plist.el | 2 +- core/autoload/themes.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/autoload/cache.el b/core/autoload/cache.el index 9723da476..79db071dd 100644 --- a/core/autoload/cache.el +++ b/core/autoload/cache.el @@ -1,4 +1,4 @@ -;;; ../core/autoload/cache.el -*- lexical-binding: t; -*- +;;; core/autoload/cache.el -*- lexical-binding: t; -*- ;; This little library thinly wraps around persistent-soft (which is a pcache ;; wrapper, how about that). It has three purposes: diff --git a/core/autoload/plist.el b/core/autoload/plist.el index 81a8fbb5a..1d06895cc 100644 --- a/core/autoload/plist.el +++ b/core/autoload/plist.el @@ -1,4 +1,4 @@ -;;; ../work/conf/doom-emacs/core/autoload/plist.el -*- lexical-binding: t; -*- +;;; core/autoload/plist.el -*- lexical-binding: t; -*- ;; ;;; Macros diff --git a/core/autoload/themes.el b/core/autoload/themes.el index b885f8b63..ef9d9a4b5 100644 --- a/core/autoload/themes.el +++ b/core/autoload/themes.el @@ -1,4 +1,4 @@ -;;; ../work/conf/doom-emacs/core/autoload/themes.el -*- lexical-binding: t; -*- +;;; core/autoload/themes.el -*- lexical-binding: t; -*- (defun doom--custom-theme-set-face (spec) (cond ((listp (car spec))