Fixed missing end_src

This commit is contained in:
Aleksandr Lebedev 2025-09-23 13:32:19 +02:00
parent 20d2be3fa2
commit a4d1f183f2

View file

@ -1179,6 +1179,7 @@ To use it, create a global keyboard shortcut with the following code
(emacs--run-password-copy-field) (emacs--run-password-copy-field)
(make-frame-invisible launcher-frame) (make-frame-invisible launcher-frame)
(run-at-time "60 sec" nil (lambda (frame) (delete-frame frame)) launcher-frame)))) (run-at-time "60 sec" nil (lambda (frame) (delete-frame frame)) launcher-frame))))
#+end_src
* CMake Projects * CMake Projects
#+begin_src emacs-lisp #+begin_src emacs-lisp
(git-package "https://github.com/darcamo/cmake-integration.git") (git-package "https://github.com/darcamo/cmake-integration.git")