From fa6836d46a7946503b657454d9423f69bcf54162 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 May 2018 16:55:31 +0200 Subject: [PATCH] Emacs: removed org-trello --- emacs/emacs.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 4e682eb..2abcb75 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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