branch: elpa/blow commit ddbb0af452161a02abefbe09e3d9143e52d25284 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
Fix typos in commentary and README --- README.org | 20 ++++++++++---------- blow.el | 13 +++++++------ 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.org b/README.org index a4bf540ddb..b978cd0b56 100644 --- a/README.org +++ b/README.org @@ -1,11 +1,11 @@ #+title: Blow - Blow away mode lighters -Mode lighters are indicator that make us aware that a mode is enable. -This helpful, but when there are too many of them, it becomes a problem, -because often lighters with the important information gets truncate due -to the non-important lighters. So we blow them, and they are usually -the lighters of the important, perhaps indispensible, modes for you, so -that you can see and focus on what matters. +Mode lighters are indicator that make us aware that a mode is enabled. +This is helpful, but when there are too many of them, it becomes a +problem, because often lighters with the important information gets +truncated due to the non-important lighters. So we blow them, and +they are usually the lighters of the important, perhaps indispensible, +modes for you, so that you can see and focus on what matters. * Usage @@ -31,8 +31,8 @@ Using this package is simple: (blow-revert 'eldoc-mode) #+end_src -Or, if you prefer customizing variable, set ~blow-mode-list~ from custom, -or customize it from your init file like the following: +Or, if you prefer customizing variable, set ~blow-mode-list~ from +custom, or customize it from your init file like the following: #+begin_src emacs-lisp ;; You can also use `setq', but you would need to reenable `blow-mode' @@ -58,8 +58,8 @@ or customize it from your init file like the following: * Installation -~blow~ isn't available on any ELPA right now. So, you have to follow one -of the following methods: +~blow~ isn't available on any ELPA right now. So, you have to follow +one of the following methods: ** Quelpa diff --git a/blow.el b/blow.el index bd7d4e699e..15cfd75956 100644 --- a/blow.el +++ b/blow.el @@ -26,12 +26,13 @@ ;;; Commentary: -;; Mode lighters are indicator that make us aware that a mode is enable. -;; This helpful, but when there are too many of them, it becomes a problem, -;; because often lighters with the important information gets truncate due -;; to the non-important lighters. So we blow them, and they are usually -;; the lighters of the important, perhaps indispensible, modes for you, so -;; that you can see and focus on what matters. +;; Mode lighters are indicator that make us aware that a mode is +;; enabled. This is helpful, but when there are too many of them, it +;; becomes a problem, because often lighters with the important +;; information gets truncated due to the non-important lighters. So +;; we blow them, and they are usually the lighters of the important, +;; perhaps indispensible, modes for you, so that you can see and focus +;; on what matters. ;; ;; Using this package is simple: ;;