emacs.d

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

commit 9b6bbdda14bb397652742ed5f39f003949f43672
parent bb328e895b269bc920f3b949a934ea7eba8e6057
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 17 Oct 2020 13:34:43 +0300

org-export: add texinfo backend

Diffstat:
Minit.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.org b/init.org @@ -339,7 +339,7 @@ section. ("CANCELLED" :foreground "spring green" :weight bold) ("MEETING" :foreground "spring green" :weight bold) ("PHONE" :foreground "spring green" :weight bold))) - (org-export-backends '(ascii beamer html latex man md groff koma-letter)) + (org-export-backends '(ascii beamer html latex man md groff texinfo koma-letter)) :config (cheatsheet-add-group '"Org-mode Global" '(:key "C-c a" :description "open org-agenda")