mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
5bed3b8355
Signed-off-by: main <magic_rb@redalder.org>
13 lines
249 B
Org Mode
13 lines
249 B
Org Mode
:PROPERTIES:
|
|
:header-args:emacs-lisp: :comments link :results none
|
|
:ID: d4ebe1b8-db78-42af-a1d8-70060fee6c89
|
|
:END:
|
|
#+title: C++ Language Support
|
|
#+filetags: emacs-load
|
|
|
|
#+begin_src elisp
|
|
(use-package clang-format
|
|
:straight t)
|
|
#+end_src
|
|
|