diff options
author | Jesús <heckyel@hyperbola.info> | 2020-08-04 15:29:28 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-08-04 15:29:28 -0500 |
commit | b2e37932286490acfbc7e70b4b1ce558927b81fa (patch) | |
tree | 0c6ee9aa643afee61327fb3badeefe7bcb3d2b49 | |
parent | 9fbc82fd78eb5ee49421dd204cf6c2411417b38f (diff) | |
download | emacs-personal-b2e37932286490acfbc7e70b4b1ce558927b81fa.tar.lz emacs-personal-b2e37932286490acfbc7e70b4b1ce558927b81fa.tar.xz emacs-personal-b2e37932286490acfbc7e70b4b1ce558927b81fa.zip |
update doc
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ First step: > change the typography in the [init-gui.el](modules/init-gui.el#L54) file +### Icons + + emacs --batch --eval="(progn (package-initialize)(package-install 'all-the-icons))" + ### Markdown Mode - Require installed markdown in distro GNU+Linux, example: |