mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +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)
|
(let ((coding-system-for-write 'binary)
|
||||||
(write-region-annotate-functions nil)
|
(write-region-annotate-functions nil)
|
||||||
(write-region-post-annotation-function 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")
|
(message "Conversion started")
|
||||||
(my/invoke-vosk file-path srt-path)))
|
(my/invoke-vosk file-path srt-path)))
|
||||||
:error
|
:error
|
||||||
|
|
@ -5222,7 +5222,11 @@ by the `my/elfeed-youtube-subtitles' function."
|
||||||
:straight t
|
:straight t
|
||||||
:commands (guix)
|
:commands (guix)
|
||||||
:init
|
: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
|
(use-package pomm
|
||||||
:straight t
|
: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)
|
(let ((coding-system-for-write 'binary)
|
||||||
(write-region-annotate-functions nil)
|
(write-region-annotate-functions nil)
|
||||||
(write-region-post-annotation-function 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")
|
(message "Conversion started")
|
||||||
(my/invoke-vosk file-path srt-path)))
|
(my/invoke-vosk file-path srt-path)))
|
||||||
:error
|
:error
|
||||||
|
|
@ -7339,7 +7339,11 @@ An Emacs package to help managing GNU Guix.
|
||||||
:straight t
|
:straight t
|
||||||
:commands (guix)
|
:commands (guix)
|
||||||
:init
|
: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
|
#+end_src
|
||||||
** Productivity
|
** Productivity
|
||||||
*** pomm
|
*** pomm
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue