app/calendar: fix path in comment header

This commit is contained in:
Henrik Lissner 2018-02-18 03:10:09 -05:00
parent 6291cb1979
commit c8c7bcabc0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
;;; private/calendar/autoload.el -*- lexical-binding: t; -*-
;;; app/calendar/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun =calendar ()

View file

@ -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)

View file

@ -1,6 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; private/calendar/packages.el
;;; app/calendar/packages.el
(package! calfw)
(package! calfw-org)