From 5c6e2ef34f1ba234a4b9cef302339e96cef5286a Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 22 Jul 2022 07:52:38 +0200 Subject: [PATCH] Enable ob-go --- bundle/bundle--org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index c45ebbd7..f576c699 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -1,3 +1,5 @@ +(use-package ob-go) + (use-package org :ensure nil :hook (org-mode . turn-on-auto-fill) @@ -98,7 +100,7 @@ (setq org-babel-sqlite3-command "c:/msys64/mingw64/bin/sqlite3.exe")) (org-babel-do-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. (defun org-agenda-log-mode-colorize-block () "Set different line spacing based on clock time duration."