app/calendar: fix path in comment header
This commit is contained in:
parent
6291cb1979
commit
c8c7bcabc0
3 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue