org journal better
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
9ef042d6e9
commit
614cac35fb
|
@ -413,7 +413,12 @@ you should place your code here."
|
||||||
;; deno
|
;; deno
|
||||||
(add-hook 'typescript-mode-hook 'deno-fmt-mode)
|
(add-hook 'typescript-mode-hook 'deno-fmt-mode)
|
||||||
(add-hook 'js2-mode-hook 'deno-fmt-mode)
|
(add-hook 'js2-mode-hook 'deno-fmt-mode)
|
||||||
)
|
|
||||||
|
(org/init-org-journal)
|
||||||
|
|
||||||
|
;; org-journal
|
||||||
|
(setq org-journal-dir "~/org/daily/")
|
||||||
|
)
|
||||||
|
|
||||||
;; Do not write anything past this comment. This is where Emacs will
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
;; auto-generate custom variable definitions.
|
;; auto-generate custom variable definitions.
|
||||||
|
|
Loading…
Reference in New Issue