emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 997baef 2/3: Streamline doc


From: Artur Malabarba
Subject: [elpa] master 997baef 2/3: Streamline doc
Date: Fri, 16 Oct 2015 21:25:17 +0000

branch: master
commit 997baefd66008827aa144c651c166701de78b43a
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Streamline doc
---
 beacon.el |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

diff --git a/beacon.el b/beacon.el
index ab8b469..feda34b 100644
--- a/beacon.el
+++ b/beacon.el
@@ -33,28 +33,7 @@
 ;;
 ;; That’s it.
 ;;
-;;
-;; 1 Customizations
-;; ════════════════
-;;
-;;   • The appearance of the beacon is configured by `beacon-size' and
-;;     `beacon-color'.
-;;
-;;   • The duration is configured by `beacon-blink-duration' and
-;;     `beacon-blink-delay'.
-;;
-;;   • To customize /when/ the beacon should blink at all, configure
-;;     `beacon-blink-when-window-scrolls',
-;;     `beacon-blink-when-window-changes', and
-;;     `beacon-blink-when-point-moves'.
-;;
-;;   • To prevent the beacon from blinking only on some major-modes,
-;;     configure `beacon-dont-blink-major-modes'. For specific buffers, you
-;;     can do `(setq-local beacon-mode nil)'. For even more refined
-;;     control, configure `beacon-dont-blink-predicates'
-;;
-;;   • Beacon can also push the mark for you whenever point moves a long
-;;     distance. For this, configure `beacon-push-mark'.
+;; See the accompanying Readme.org for configuration details.
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]