From a4d1f183f2254ff83410c9816f4b316624e96398 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Tue, 23 Sep 2025 13:32:19 +0200 Subject: [PATCH] Fixed missing end_src --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 2b5005d..8e3afd9 100644 --- a/config.org +++ b/config.org @@ -1179,6 +1179,7 @@ To use it, create a global keyboard shortcut with the following code (emacs--run-password-copy-field) (make-frame-invisible launcher-frame) (run-at-time "60 sec" nil (lambda (frame) (delete-frame frame)) launcher-frame)))) +#+end_src * CMake Projects #+begin_src emacs-lisp (git-package "https://github.com/darcamo/cmake-integration.git")