fix(emacs): update tdlib

This commit is contained in:
Pavel Korytov 2023-07-05 10:37:57 +03:00
parent 413df9a9e5
commit a4920df50a
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
"imagemagick" "imagemagick"
"font-gnu-freefont" "font-gnu-freefont"
"font-gnu-unifont" "font-gnu-unifont"
"tdlib-1.8.13" "tdlib-1.8.14"
"yt-dlp" "yt-dlp"
"mpv" "mpv"
"whisper-cpp" "whisper-cpp"

View file

@ -8501,7 +8501,7 @@ Also a keymap for room mode:
| Guix dependency | | Guix dependency |
|-------------------| |-------------------|
| tdlib-1.8.13 | | tdlib-1.8.14 |
| font-gnu-unifont | | font-gnu-unifont |
| font-gnu-freefont | | font-gnu-freefont |
@ -8541,8 +8541,8 @@ 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.13"))) (shell-command-to-string "guix build tdlib-1.8.14")))
(telega-server-build "CC=gcc")) (telega-server-build "CC=gcc")
#+end_src #+end_src
Setting up the modeline. The default mode string doesn't look great with my other modeline modules, so I override that. Setting up the modeline. The default mode string doesn't look great with my other modeline modules, so I override that.