emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 052e07a924673c7030211dbcd2dae705da134be5
parent 4eaa6d9c936ce51aa197b122ab9f9066b642b33a
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 14 Mar 2020 16:56:28 +0300

define org-mode export backends

Diffstat:
Minit.org | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/init.org b/init.org @@ -238,7 +238,13 @@ Org mode is one of the biggest reasons I am using Emacs, and it is a must for me. These are my configurations. Starting with the obvious here. #+BEGIN_SRC emacs-lisp -(use-package org :ensure t) +(use-package org +:ensure t +:init +'(require 'ox-md nil t) +'(org-export-backends + (quote + (ascii beamer html latex man md groff)))) #+END_SRC *** evil-org