Quellcode durchsuchen

Just throw parens around like a madman

cray
Mitch Tishmack vor 9 Jahren
Ursprung
Commit
8367b7c202
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. +1
    -2
      emacs.org

+ 1
- 2
emacs.org Datei anzeigen

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


Laden…
Abbrechen
Speichern