docs(calendar): say calfw instead of the calendar
This commit is contained in:
parent
fc2682e4ff
commit
e9ef904eee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(defvar +calendar--wconf nil)
|
(defvar +calendar--wconf nil)
|
||||||
(defvar +calendar-workspace-name "*calendar*"
|
(defvar +calendar-workspace-name "*calendar*"
|
||||||
"Name of the workspace created by `=calendar', dedicated to the calendar.")
|
"Name of the workspace created by `=calendar', dedicated to calfw.")
|
||||||
|
|
||||||
(defun +calendar--init ()
|
(defun +calendar--init ()
|
||||||
(if-let (win (cl-find-if (lambda (b) (string-match-p "^\\*cfw:" (buffer-name b)))
|
(if-let (win (cl-find-if (lambda (b) (string-match-p "^\\*cfw:" (buffer-name b)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue