diff options
Diffstat (limited to 'custom')
-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 |