Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
665 B

  1. # Prelude Literate Programming
  2. Prelude's `prelude-literate-programming` module enables some
  3. additional functionality for `org-mode` - the parent mode the native
  4. markdown language of Emacs.
  5. It also enables viewing and interaction of Python Notebooks within Emacs.
  6. Here are some features it provides:
  7. * syntax highlighting of code blocks in Emacs Orgmode
  8. * executing code blocks and printing their output in the org file
  9. * viewing python notebooks within Emacs
  10. * Using Emacs to interact with python notebooks and other remote compute engines
  11. It makes an attempt to enable [literate programming](http://www.literateprogramming.com/knuthweb.pdf)
  12. from within emacs