diff options
author | jao <jao@gnu.org> | 2025-10-12 03:38:25 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-10-12 03:38:25 +0100 |
commit | 0f09d350821349563fa5f930fd66c75c9d464bb8 (patch) | |
tree | 7a43c84e74c974b4c9f89aeae12102b974a3a786 | |
parent | a3fbc8afacd7c015061ba274182504e59ce6cd87 (diff) | |
download | elibs-0f09d350821349563fa5f930fd66c75c9d464bb8.tar.gz elibs-0f09d350821349563fa5f930fd66c75c9d464bb8.tar.bz2 |
org: attached buffer and c babelmain
-rw-r--r-- | custom/jao-custom-org.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |