Enable ob-go
This commit is contained in:
parent
3cd81c0d9e
commit
5c6e2ef34f
1 changed files with 3 additions and 1 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Reference in a new issue