mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
Merge branch 'master' of github.com:SqrtMinusOne/dotfiles
This commit is contained in:
commit
79823996ac
3 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
"imagemagick"
|
"imagemagick"
|
||||||
"font-gnu-freefont"
|
"font-gnu-freefont"
|
||||||
"font-gnu-unifont"
|
"font-gnu-unifont"
|
||||||
"tdlib-1.8.15"
|
"tdlib-1.8.16"
|
||||||
"yt-dlp"
|
"yt-dlp"
|
||||||
"mpv"
|
"mpv"
|
||||||
"whisper-cpp"
|
"whisper-cpp"
|
||||||
|
|
|
||||||
|
|
@ -6532,7 +6532,7 @@ base toot."
|
||||||
(interactive)
|
(interactive)
|
||||||
(setq telega-server-libs-prefix
|
(setq telega-server-libs-prefix
|
||||||
(string-trim
|
(string-trim
|
||||||
(shell-command-to-string "guix build tdlib-1.8.15")))
|
(shell-command-to-string "guix build tdlib-1.8.16")))
|
||||||
(telega-server-build "CC=gcc"))
|
(telega-server-build "CC=gcc"))
|
||||||
|
|
||||||
(add-hook 'telega-load-hook #'telega-mode-line-mode)
|
(add-hook 'telega-load-hook #'telega-mode-line-mode)
|
||||||
|
|
|
||||||
|
|
@ -9020,7 +9020,7 @@ Or you can load up Element for a moment to see what the mention was, if that's e
|
||||||
|
|
||||||
| Guix dependency |
|
| Guix dependency |
|
||||||
|-------------------|
|
|-------------------|
|
||||||
| tdlib-1.8.15 |
|
| tdlib-1.8.16 |
|
||||||
| font-gnu-unifont |
|
| font-gnu-unifont |
|
||||||
| font-gnu-freefont |
|
| font-gnu-freefont |
|
||||||
|
|
||||||
|
|
@ -9061,7 +9061,7 @@ Building =telega-server= can create problems. It requires the latest version of
|
||||||
(interactive)
|
(interactive)
|
||||||
(setq telega-server-libs-prefix
|
(setq telega-server-libs-prefix
|
||||||
(string-trim
|
(string-trim
|
||||||
(shell-command-to-string "guix build tdlib-1.8.15")))
|
(shell-command-to-string "guix build tdlib-1.8.16")))
|
||||||
(telega-server-build "CC=gcc"))
|
(telega-server-build "CC=gcc"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue