Now I know what's up with underscores.

This commit is contained in:
John Doty 2017-10-12 13:36:18 -07:00
parent 191926c541
commit 1ea6e22035
2 changed files with 1 additions and 1 deletions

View file

@ -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)

View file

@ -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: