diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-21 13:42:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-21 13:42:24 -0500 |
commit | e8af74bbfc57dc3edf270d4daf097479064672ab (patch) | |
tree | a500643a14e69350dfed2b5bbfc6c32ee7ce911a | |
parent | 0cfbe1a462722775da18553eab7d4b041a2e5774 (diff) | |
download | emacs-personal-e8af74bbfc57dc3edf270d4daf097479064672ab.tar.lz emacs-personal-e8af74bbfc57dc3edf270d4daf097479064672ab.tar.xz emacs-personal-e8af74bbfc57dc3edf270d4daf097479064672ab.zip |
fix Missing fonts in the README FS #1
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,6 +9,14 @@ Lightweight configuration of emacs with basic utilities plus personal configurat 2. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'` +### Fonts + +`pacman -S ttf-hack` (for default) + +`pacman -S ttf-anonymous-pro` + +> change the typography in the [init-gui.el](lisp/init-gui.el) file + ### Markdown Mode - Require installed markdown in distro GNU+Linux, example: |