mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix file paths in comment headings
This commit is contained in:
@ -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:
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; ../work/conf/doom-emacs/core/autoload/plist.el -*- lexical-binding: t; -*-
|
||||
;;; core/autoload/plist.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;
|
||||
;;; 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)
|
||||
(cond ((listp (car spec))
|
||||
|
Reference in New Issue
Block a user