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
|
** calfw
|
||||||
This is a nifty calendar. Sometimes it is way faster than the agenda buffer for looking at long term things.
|
This is a nifty calendar. Sometimes it is way faster than the agenda buffer for looking at long term things.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package calfw
|
;; (use-package calfw
|
||||||
:straight t
|
;; :straight t
|
||||||
:config
|
;; :config
|
||||||
(setq cfw:fchar-junction ?╋
|
;; (setq cfw:fchar-junction ?╋
|
||||||
cfw:fchar-vertical-line ?┃
|
;; cfw:fchar-vertical-line ?┃
|
||||||
cfw:fchar-horizontal-line ?━
|
;; cfw:fchar-horizontal-line ?━
|
||||||
cfw:fchar-left-junction ?┣
|
;; cfw:fchar-left-junction ?┣
|
||||||
cfw:fchar-right-junction ?┫
|
;; cfw:fchar-right-junction ?┫
|
||||||
cfw:fchar-top-junction ?┯
|
;; cfw:fchar-top-junction ?┯
|
||||||
cfw:fchar-top-left-corner ?┏
|
;; cfw:fchar-top-left-corner ?┏
|
||||||
cfw:fchar-top-right-corner ?┓))
|
;; cfw:fchar-top-right-corner ?┓))
|
||||||
|
|
||||||
(use-package calfw-org
|
;; (use-package calfw-org
|
||||||
:straight t
|
;; :straight t
|
||||||
:after calfw
|
;; :after calfw
|
||||||
:config
|
;; :config
|
||||||
(setq cfw:org-agenda-schedule-args
|
;; (setq cfw:org-agenda-schedule-args
|
||||||
'(:deadline* :scheduled* :timestamp)))
|
;; '(:deadline* :scheduled* :timestamp)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** exporting
|
** exporting
|
||||||
*** latex to pdf command
|
*** latex to pdf command
|
||||||
|
|
Loading…
Reference in New Issue