Update settings

This commit is contained in:
Marcus Kammer 2023-06-09 18:45:05 +02:00
parent ca66010fcf
commit b4719c0ea6
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,7 @@
(setq org-latex-listings t)
(setq org-latex-tables-booktabs t)
(setq org-latex-images-centered t)
(setq org-latex-listings-options
'(("basicstyle" "\\ttfamily")

View file

@ -155,3 +155,6 @@
;; (put-text-property font-start (point)
;; 'face
;; (or shr-current-font 'variable-pitch)))))))))
(defun mk/get-current-time-formatted ()
(concat "#+DATE: " (format "[%s]" (format-time-string "%Y-%m-%d %a %R" (current-time)))))