From d12cd4a8df2643b31e92e5b1866cf71f47627676 Mon Sep 17 00:00:00 2001 From: Mohsin Kaleem Date: Thu, 19 Sep 2024 22:28:29 +0100 Subject: [PATCH] projection: Update CMake bindings --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 8b916b3..7b1fde3 100644 --- a/init.org +++ b/init.org @@ -16675,8 +16675,10 @@ Welcome to my personal Emacs configuration 😎. "a" '(nil :wk "Extensions") "ac" '(nil :wk "CMake") "acp" 'projection-cmake-set-preset - "acb" 'projection-cmake-set-build-type + "acm" 'projection-cmake-set-build-type "acd" 'projection-cmake-clear-build-directory + "acv" 'projection-cmake-set-configure-log-level + "acb" 'projection-cmake-set-build-verbosely "ag" '(nil :wk "Golang") "agp" 'projection-golang-set-package "am" '(nil :wk "Meson")