mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
fix(emacs): update tdlib
This commit is contained in:
parent
413df9a9e5
commit
a4920df50a
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue