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

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

[elpa] master 441ebfe 19/34: Indentation


From: Artur Malabarba
Subject: [elpa] master 441ebfe 19/34: Indentation
Date: Fri, 16 Oct 2015 09:56:55 +0000

branch: master
commit 441ebfe6640bb1a931d8236f151c66bd89f3d6e6
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Indentation
---
 beacon.el |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/beacon.el b/beacon.el
index acca24d..81eb64b 100644
--- a/beacon.el
+++ b/beacon.el
@@ -262,10 +262,11 @@ If DELTA is nil, return nil."
 
 
 ;;; Minor-mode
-(defcustom beacon-lighter (cond
-                     ((char-displayable-p ?💡) " 💡")
-                     ((char-displayable-p ?Λ) " Λ")
-                     (t " *"))
+(defcustom beacon-lighter
+  (cond
+   ((char-displayable-p ?💡) " 💡")
+   ((char-displayable-p ?Λ) " Λ")
+   (t " *"))
   "Lighter string used on the mode-line."
   :type 'string)
 
@@ -275,8 +276,8 @@ If DELTA is nil, return nil."
   :global t
   (if beacon-mode
       (progn
-       (add-hook 'window-scroll-functions #'beacon--window-scroll-function)
-       (add-hook 'post-command-hook #'beacon--post-command))
+        (add-hook 'window-scroll-functions #'beacon--window-scroll-function)
+        (add-hook 'post-command-hook #'beacon--post-command))
     (remove-hook 'window-scroll-functions #'beacon--window-scroll-function)
     (remove-hook 'post-command-hook #'beacon--post-command)))
 



reply via email to

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