mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2020-06-20 4659c3042bb52c9281f3d971651dbe4218f03a0a
config.org
@@ -935,7 +935,7 @@
    :after company
    :config
    (add-to-list 'company-backends '(company-math-symbols-unicode company-math-symbols-latex
                                     compant-latex-commands))
                                     company-latex-commands))
    (setq company-math-allow-latex-symbols-in-faces t))
  (use-package company-reftex
@@ -1001,7 +1001,8 @@
    (cond ((eq system-type 'windows-nt)
           (setq plantuml-jar-path "c:/ProgramData/chocolatey/lib/plantuml/tools/plantuml.jar"))
          ((eq system-type 'gnu/linux)
           (setq plantuml-jar-path "/usr/share/java/plantuml/plantuml.jar"))))
           (setq plantuml-jar-path "/usr/share/java/plantuml/plantuml.jar")))
    (setq planuml-default-exec-mode 'jar))
#+END_SRC
*** COMMENT Racket
@@ -1353,14 +1354,17 @@
                 :base-directory "~/Documents/Journal/entry/"
                 :publishing-directory "~/Documents/Journal/out/"
                 :publishing-function org-html-publish-to-html
                 :htmlized-source t
                 ;;:htmlized-source t
                 :section-numbers nil
                 :html-preamble t
                 :validation-link nil
                 ;; :makeindex t
                 :html-validation-link nil
                 :auto-sitemap t
                 :sitemap-file-entry-format "%d"
                 :sitemap-format-entry (concat (org-publish-find-date) " - " (org-publish-find-title)))))
                 :sitemap-sort-files anti-chronologically
                 :sitemap-file-entry-format "%d - %t"
                 :sitemap-title "Home"
                 :sitemap-filename "index.html"
                 :sitemap-function org-publish-sitemap)))
#+END_SRC
** COMMENT Daily
Using Org-Journal for daily journaling.