Enable ob-go

This commit is contained in:
Marcus Kammer 2022-07-22 07:52:38 +02:00
parent 3cd81c0d9e
commit 5c6e2ef34f
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1,3 +1,5 @@
(use-package ob-go)
(use-package org (use-package org
:ensure nil :ensure nil
:hook (org-mode . turn-on-auto-fill) :hook (org-mode . turn-on-auto-fill)
@ -98,7 +100,7 @@
(setq org-babel-sqlite3-command "c:/msys64/mingw64/bin/sqlite3.exe")) (setq org-babel-sqlite3-command "c:/msys64/mingw64/bin/sqlite3.exe"))
(org-babel-do-load-languages (org-babel-do-load-languages
'org-babel-load-languages 'org-babel-load-languages
'((emacs-lisp . t) (gnuplot . t) (python . t) (sqlite . t) (shell . t))) '((emacs-lisp . t) (gnuplot . t) (python . t) (sqlite . t) (shell . t) (go . t)))
;; work with org-agenda dispatcher [c] "Today Clocked Tasks" to view today's clocked tasks. ;; work with org-agenda dispatcher [c] "Today Clocked Tasks" to view today's clocked tasks.
(defun org-agenda-log-mode-colorize-block () (defun org-agenda-log-mode-colorize-block ()
"Set different line spacing based on clock time duration." "Set different line spacing based on clock time duration."