diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2022-02-12 13:57:55 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2022-02-12 13:57:55 +0000 |
| commit | 4731e06368ebea2e4c4831bc4b906362716808af (patch) | |
| tree | a139152f35d880116e9313c2077a22c2e1a18917 /emacs/init.el | |
| parent | 86398793dc88c48d58a4c1af0389e10ac7b94dc0 (diff) | |
emacs: Use C++20 with Flycheck
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 0ff10ad..2f36a8d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -152,7 +152,7 @@ ;; Flycheck -(setq flycheck-clang-language-standard "c++17") +(setq flycheck-clang-language-standard "c++20") ;; Git |
