Emacs: removed org-trello

This commit is contained in:
Marcel Kapfer 2018-05-13 16:55:31 +02:00
parent cf37884014
commit fa6836d46a
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 5 deletions

View File

@ -660,11 +660,6 @@
(setq org-pandoc-options-for-latex-pdf '((latex-engine . "lualatex"))
org-pandoc-options-for-beamer-pdf '((latex-engine . "lualatex"))))
;; org-trello
;; Minor mode to synchronize org-mode buffer and trello board
(use-package org-trello
:mode ("\\.org$" . org-mode))
;; web-beautify
;; Format HTML, CSS and JavaScript/JSON
(use-package web-beautify