mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(emacs): vosk
This commit is contained in:
parent
804e6c2932
commit
4c52cf6e80
2 changed files with 12 additions and 4 deletions
|
|
@ -4663,7 +4663,7 @@ by the `my/elfeed-youtube-subtitles' function."
|
|||
(let ((coding-system-for-write 'binary)
|
||||
(write-region-annotate-functions nil)
|
||||
(write-region-post-annotation-function nil))
|
||||
(write-region data nil file-name nil :silent))
|
||||
(write-region data nil file-path nil :silent))
|
||||
(message "Conversion started")
|
||||
(my/invoke-vosk file-path srt-path)))
|
||||
:error
|
||||
|
|
@ -5222,7 +5222,11 @@ by the `my/elfeed-youtube-subtitles' function."
|
|||
:straight t
|
||||
:commands (guix)
|
||||
:init
|
||||
(my-leader-def "ag" 'guix))
|
||||
(my-leader-def "ag" 'guix)
|
||||
(defun geiser-company--setup (&rest args)
|
||||
"A dummy function.")
|
||||
(defvar geiser-repl-company-p nil
|
||||
"A dummy variable."))
|
||||
|
||||
(use-package pomm
|
||||
:straight t
|
||||
|
|
|
|||
|
|
@ -6538,7 +6538,7 @@ Now can use that to save the file and invoke the =my/invoke-vosk= function.
|
|||
(let ((coding-system-for-write 'binary)
|
||||
(write-region-annotate-functions nil)
|
||||
(write-region-post-annotation-function nil))
|
||||
(write-region data nil file-name nil :silent))
|
||||
(write-region data nil file-path nil :silent))
|
||||
(message "Conversion started")
|
||||
(my/invoke-vosk file-path srt-path)))
|
||||
:error
|
||||
|
|
@ -7339,7 +7339,11 @@ An Emacs package to help managing GNU Guix.
|
|||
:straight t
|
||||
:commands (guix)
|
||||
:init
|
||||
(my-leader-def "ag" 'guix))
|
||||
(my-leader-def "ag" 'guix)
|
||||
(defun geiser-company--setup (&rest args)
|
||||
"A dummy function.")
|
||||
(defvar geiser-repl-company-p nil
|
||||
"A dummy variable."))
|
||||
#+end_src
|
||||
** Productivity
|
||||
*** pomm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue