mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Add UUID generation
This commit is contained in:
parent
892fe30f2d
commit
ef2d7c1b2e
2 changed files with 6 additions and 0 deletions
|
@ -790,3 +790,8 @@ Manage background services
|
|||
(use-package! paredit
|
||||
:hook ((emacs-lisp-mode . enable-paredit-mode)))
|
||||
#+end_src
|
||||
* UUID Generation
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! uuidgen
|
||||
:commands (uuidgen))
|
||||
#+end_src
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
|
||||
(package! ox-confluence-en :recipe (:host github :repo "correl/ox-confluence-en"))
|
||||
(package! paredit)
|
||||
(package! uuidgen)
|
||||
|
|
Loading…
Reference in a new issue