Skip to content

Commit

Permalink
org: Add ob-cmake for literal programming with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Jul 16, 2024
1 parent 1ffebc0 commit 019d7af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
[submodule "private/w3m"]
path = private/w3m
url = https://github.com/venmos/w3m-layer.git
[submodule "private/ob-cmake"]
path = private/ob-cmake
url = https://github.com/Maverobot/ob-cmake.git
1 change: 1 addition & 0 deletions private/ob-cmake
Submodule ob-cmake added at 5681a5
7 changes: 7 additions & 0 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,13 @@ E.g. when visiting a soft/hard link.
(add-to-list 'org-babel-load-languages '(lean4 . t))
#+END_SRC

*** ob-cmake
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(use-package ob-cmake
:load-path "~/.spacemacs.d/private/ob-cmake")
(add-to-list 'org-babel-load-languages '(cmake . t))
#+END_SRC

** Utility
*** beacon mode
#+BEGIN_SRC emacs-lisp :tangle user-config.el
Expand Down

0 comments on commit 019d7af

Please sign in to comment.