ENH don't use useless calendar
This commit is contained in:
parent
a2fed80ae7
commit
4664df1312
34
etc/conf.org
34
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
|
||||
|
|
Loading…
Reference in New Issue