mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(calendar): say calfw instead of the calendar
This commit is contained in:
committed by
Henrik Lissner
parent
fc2682e4ff
commit
e9ef904eee
@ -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)))
|
||||||
|
Reference in New Issue
Block a user