mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;;;###autoload
|
||||||
(defun =calendar ()
|
(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-org-gcal-secret-file "~/.emacs.d/modules/private/org/secret.el")
|
||||||
(defvar +calendar-open-calendar-function '+calendar/open-calendar)
|
(defvar +calendar-open-calendar-function '+calendar/open-calendar)
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; private/calendar/packages.el
|
;;; app/calendar/packages.el
|
||||||
|
|
||||||
|
|
||||||
(package! calfw)
|
(package! calfw)
|
||||||
(package! calfw-org)
|
(package! calfw-org)
|
||||||
|
Reference in New Issue
Block a user