瀏覽代碼

Just throw parens around like a madman

cray
Mitch Tishmack 9 年之前
父節點
當前提交
8367b7c202
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      emacs.org

+ 1
- 2
emacs.org 查看文件

@@ -682,8 +682,7 @@ Org-mode keybindings and settings, pretty sparse really.
`(org-level-3 ((t (,@headline ,@variable-tuple :height 1.25))))
`(org-level-2 ((t (,@headline ,@variable-tuple :height 1.5))))
`(org-level-1 ((t (,@headline ,@variable-tuple :height 1.75))))
`(org-document-title ((t (,@headline ,@variable-tuple :height 1.5 :underline nil))))))
)
`(org-document-title ((t (,@headline ,@variable-tuple :height 1.5 :underline nil)))))))
(font-lock-add-keywords 'org-mode
'(("^ +\\([-*]\\) "
(0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "•"))))))


Loading…
取消
儲存