From 4664df1312587abba6a336ce280322ea3459824f Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 7 Jul 2024 10:57:52 -0400 Subject: [PATCH] ENH don't use useless calendar --- etc/conf.org | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index d14b720..ee755b1 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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