Fix file paths in comment headings

This commit is contained in:
Henrik Lissner 2019-08-06 14:45:55 -04:00
parent 80988a7ad4
commit eb0ae8622c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 3 deletions

View file

@ -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 ;; This little library thinly wraps around persistent-soft (which is a pcache
;; wrapper, how about that). It has three purposes: ;; wrapper, how about that). It has three purposes:

View file

@ -1,4 +1,4 @@
;;; ../work/conf/doom-emacs/core/autoload/plist.el -*- lexical-binding: t; -*- ;;; core/autoload/plist.el -*- lexical-binding: t; -*-
;; ;;
;;; Macros ;;; Macros

View file

@ -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) (defun doom--custom-theme-set-face (spec)
(cond ((listp (car spec)) (cond ((listp (car spec))