mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-11 21:49:12 +00:00
Make Emacs load 2x faster
This commit is contained in:
parent
1a9f82bc9f
commit
37ca1badaf
4 changed files with 109 additions and 53 deletions
|
@ -104,7 +104,8 @@
|
|||
cosmo-format-blacklist))
|
||||
(not (save-excursion
|
||||
(beginning-of-buffer)
|
||||
(looking-at "/\\* clang-format off \\*/"))))
|
||||
(or (looking-at "/\\* clang-format off \\*/")
|
||||
(looking-at "// clang-format off")))))
|
||||
(let* ((bin (cosmo--find-clang-format-bin))
|
||||
(this (buffer-file-name))
|
||||
(root (locate-dominating-file this ".clang-format")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue