ENH don't use useless calendar

This commit is contained in:
Nathan Dwarshuis 2024-07-07 10:57:52 -04:00
parent a2fed80ae7
commit 4664df1312
1 changed files with 17 additions and 17 deletions

View File

@ -1997,24 +1997,24 @@ Some common functions that I use often that don't seem to exist
** calfw
This is a nifty calendar. Sometimes it is way faster than the agenda buffer for looking at long term things.
#+BEGIN_SRC emacs-lisp
(use-package calfw
:straight t
:config
(setq cfw:fchar-junction ?╋
cfw:fchar-vertical-line ?┃
cfw:fchar-horizontal-line ?━
cfw:fchar-left-junction ?┣
cfw:fchar-right-junction ?┫
cfw:fchar-top-junction ?┯
cfw:fchar-top-left-corner ?┏
cfw:fchar-top-right-corner ?┓))
;; (use-package calfw
;; :straight t
;; :config
;; (setq cfw:fchar-junction ?╋
;; cfw:fchar-vertical-line ?┃
;; cfw:fchar-horizontal-line ?━
;; cfw:fchar-left-junction ?┣
;; cfw:fchar-right-junction ?┫
;; cfw:fchar-top-junction ?┯
;; cfw:fchar-top-left-corner ?┏
;; cfw:fchar-top-right-corner ?┓))
(use-package calfw-org
:straight t
:after calfw
:config
(setq cfw:org-agenda-schedule-args
'(:deadline* :scheduled* :timestamp)))
;; (use-package calfw-org
;; :straight t
;; :after calfw
;; :config
;; (setq cfw:org-agenda-schedule-args
;; '(:deadline* :scheduled* :timestamp)))
#+END_SRC
** exporting
*** latex to pdf command