mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/calendar: fix path in comment header
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
;;; private/calendar/autoload.el -*- lexical-binding: t; -*-
|
||||
;;; app/calendar/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun =calendar ()
|
||||
|
@ -1,4 +1,4 @@
|
||||
;;; private/calendar/config.el -*- lexical-binding: t; -*-
|
||||
;;; app/calendar/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +calendar-org-gcal-secret-file "~/.emacs.d/modules/private/org/secret.el")
|
||||
(defvar +calendar-open-calendar-function '+calendar/open-calendar)
|
||||
|
@ -1,6 +1,5 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; private/calendar/packages.el
|
||||
|
||||
;;; app/calendar/packages.el
|
||||
|
||||
(package! calfw)
|
||||
(package! calfw-org)
|
||||
|
Reference in New Issue
Block a user