Fix file paths in comment headings
This commit is contained in:
parent
80988a7ad4
commit
eb0ae8622c
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
;;; ../work/conf/doom-emacs/core/autoload/plist.el -*- lexical-binding: t; -*-
|
;;; core/autoload/plist.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Macros
|
;;; Macros
|
||||||
|
|
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue