mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
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
|
||
|
|