diff options
| author | benjamin <benjamin.lindqvist@gmail.com> | 2018-01-15 21:55:10 +0100 |
|---|---|---|
| committer | benjamin <benjamin.lindqvist@gmail.com> | 2018-01-15 21:55:10 +0100 |
| commit | 4db5b173e593eec243afa88119f9c178c12ed377 (patch) | |
| tree | dfd1ffe67445ad8fa62a58c58a5babe1de5accbd | |
| parent | 5127e9abfc54a70972523d465b5fe6890b190dee (diff) | |
readme.md additions
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,5 +1,30 @@ # feebleline Going full Luddite by removing the mode-line and using echo-area (smartly) instead. +For hardline Luddite editing! + +Feebleline removes the modeline and replaces it with a slimmer proxy +version, which displays some basic information in the echo area +instead. This information is only displayed if the echo area is not used +for anything else (but if you switch frame/window, it will replace whatever +message is currently displayed). + +NOTE: +feebleline.el will look considerably better with the following +settings: + + (window-divider-mode t) + (setq window-divider-default-bottom-width 1) + (setq window-divider-default-places (quote bottom-only)) + +But this mode does not work for all EMACS versions and may not work with +terminal EMACS (but I haven't checked). If you're on GUI EMACS and your +version supports it, just place the following in your init file: + + (feebleline-default-settings) + +Otherwise, do (feebleline-mode t) instead, but be warned that I'm not sure +if it will look good. + Screenshot:  |
