fix(emacs): vosk

This commit is contained in:
Pavel Korytov 2022-08-31 16:22:43 +03:00
parent 804e6c2932
commit 4c52cf6e80
2 changed files with 12 additions and 4 deletions

View file

@ -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

View file

@ -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