@@ -28,19 +28,19 @@ Pull ample-emacs docker image and start `emacs`
2828
2929## Features
3030
31- 1 . Minimal interface with almost everything except the window turned off
32- 2 . The dark [ wombat theme] ( https://github.com/jasonblewis/color-theme-wombat ) applied by default, with a readable font-size
33- 3 . * ido-mode* enabled to save you precious key-strokes at many places
34- 4 . Navigation through buffers simplified with [ winner] ( http://emacswiki.org/emacs/WinnerMode ) and [ windmove] ( http://emacswiki.org/emacs/WindMove ) .
35- 7 . No more welcome screen, Emacs starts up to greet you and shows the date
36- 8 . Only a few included standalone packages, with no dependency on external package archives
37- 9 . Reload file in a buffer quickly with ` <f5> `
31+ - Minimal interface with almost everything except the window turned off
32+ - The dark [ wombat theme] ( https://github.com/jasonblewis/color-theme-wombat ) applied by default, with a readable font-size
33+ - * ido-mode* enabled to save you precious key-strokes at many places
34+ - Navigation through buffers simplified with [ winner] ( http://emacswiki.org/emacs/WinnerMode ) and [ windmove] ( http://emacswiki.org/emacs/WindMove ) .
35+ - No more welcome screen, Emacs starts up to greet you and shows the date
36+ - Only a few included standalone packages, with no dependency on external package archives
37+ - Reload file in a buffer quickly with ` <f5> `
3838
3939### Pre-configured packages
4040
41- 1 . [ multiple-cursors] ( https://github.com/magnars/multiple-cursors.el ) to be able to edit text in style
42- 2 . [ which-key] ( https://github.com/justbur/emacs-which-key ) to be suggested with what you can do after pressing ` C-x `
43- 3 . [ ivy] ( https://github.com/abo-abo/swiper ) (along with counsel and swiper) to make your life easy in general
41+ - [ multiple-cursors] ( https://github.com/magnars/multiple-cursors.el ) to be able to edit text in style
42+ - [ which-key] ( https://github.com/justbur/emacs-which-key ) to be suggested with what you can do after pressing ` C-x `
43+ - [ ivy] ( https://github.com/abo-abo/swiper ) (along with counsel and swiper) to make your life easy in general
4444
4545### Key-bindings
4646
0 commit comments