Fixed missing end_src
This commit is contained in:
parent
20d2be3fa2
commit
a4d1f183f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue