From 0f09d350821349563fa5f930fd66c75c9d464bb8 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 12 Oct 2025 03:38:25 +0100 Subject: org: attached buffer and c babel --- custom/jao-custom-org.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'custom/jao-custom-org.el') diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index 40fb541..9b8c4eb 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -191,9 +191,12 @@ (python . t) (scheme .t) (shell . t) + (C . t) ;; (prolog . t) )) +(jao-define-attached-buffer "\\*Org Src\\( .*\\)?\\*" 0.5) + ;;; Org cliplink (link from clipboard) (use-package org-cliplink :ensure t -- cgit v1.2.3