Skip to content

Commit

Permalink
Use some shell magic for the Guix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Gilio committed Dec 13, 2020
1 parent 3fae8da commit e418e7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/telega-ellit.org
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ compiling =TDLib= from source, this is a good option!

On Guix System:
#+begin_src shell
$ guix package -i emacs-telega font-gnu-unifont font-gnu-freefont
$ guix package -i emacs-telega font-gnu-{unifont,freefont}
#+end_src

The latter two packages provide glyphs used by =telega=.
Expand Down
2 changes: 1 addition & 1 deletion docs/telega-manual.org
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ compiling =TDLib= from source, this is a good option!

On Guix System:
#+begin_src shell
$ guix package -i emacs-telega font-gnu-unifont font-gnu-freefont
$ guix package -i emacs-telega font-gnu-{unifont,freefont}
#+end_src

The latter two packages provide glyphs used by =telega=.
Expand Down

0 comments on commit e418e7b

Please sign in to comment.