From c230bb4cfe372509c34e1cba7e1ea2a2ee09b098 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 25 Nov 2020 22:11:18 -0600 Subject: Change README --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 39d62ba..7b5de4e 100644 --- a/config.org +++ b/config.org @@ -1,9 +1,13 @@ #+TITLE:Emacs configuration, literate style #+AUTHOR:Case Duckworth #+PROPERTY: header-args :tangle init.el +#+EXPORT_FILE_NAME: README.md #+OPTIONS: toc:nil +#+OPTIONS: title:t #+BANKRUPTCY_COUNT: 2 +This is my Emacs configuration. It's also a literate =org-mode= file. Yeah, I'm a cool guy. + * About me #+begin_src emacs-lisp @@ -731,6 +735,12 @@ I'm going to be honest -- most of this is a stab in the dark. (org-pretty-entities t)) #+end_src +*** Enable markdown export + +#+begin_src emacs-lisp + (require 'ox-md) +#+end_src + *** Ensure blank lines between headings and before contents from [[https://github.com/alphapapa/unpackaged.el#ensure-blank-lines-between-headings-and-before-contents][unpackaged.el]] -- cgit 1.4.1-21-gabe81