diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index df8fe42..7c71710 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -15,6 +15,7 @@ '(comint-prompt-read-only t) '(comint-scroll-to-bottom-on-input t) '(css-indent-offset 2) + '(debug-on-error nil) '(fast-lock-cache-directories (quote ("~/flc-cache"))) '(fast-lock-minimum-size nil) '(fill-column 77) diff --git a/site-lisp/ox-quip.el b/site-lisp/ox-quip.el index 5f8c07e..56bdeba 100644 --- a/site-lisp/ox-quip.el +++ b/site-lisp/ox-quip.el @@ -4,7 +4,6 @@ ;; Publisher from org-mode to Quip. (Export as markdown, push as a new ;; thread or amend to existing quip thread.) ;; -;; BUG: Underscores get converted wrong. ;; BUG: Can't update documents on publish. ;;; Code: