summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-04-30 17:26:42 -0600
committerHombreLaser <buran@silosneeded.com>2024-04-30 17:26:42 -0600
commit22f28fb8672ed79d9f5ab7142a71ab2c821ba0cb (patch)
tree30be12175ab7fc8267c2645798ff312d2783ca6f
parentc81748a717fc966516919dfd33e99c71c911eb07 (diff)
Remove org babel configHEADmaster
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el
index 127f1d0..9e1199f 100644
--- a/init.el
+++ b/init.el
@@ -174,9 +174,6 @@
;; Setup org-modern globally.
(with-eval-after-load 'org (global-org-modern-mode))
-;; Load library of babel
-(org-babel-load-file "~/.emacs.d/config.org")
-
;;; Jinja2 mode flobal enabling.
(add-to-list 'auto-mode-alist '("\\.jinja\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.uml\\'" . plantuml-mode))