Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add ability to automatically org-babel based on file category #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 3, 2021

  1. feat: Add ability to automatically org-babel based on file category

    Using Emacs is a tool for productivity which performs functions with minimal
    effort. Therefore, I have added a functionality that makes org-babel run in
    `org-mode` based on the file level property which the user chooses. This will
    help to give a productivity boost to the user.
    
    If applied, this commit will:
      - Run `orb-babel` automatically when the file level `CATEGORY` property is present
        and have a value of `Configuration`
    Randy1Burrell committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    94fbac8 View commit details
    Browse the repository at this point in the history