X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=spray.el;h=8fa8bce4ddfacf51be450481aabb8360936638c3;hb=2bf8adc2e3392716343b4c942a1737ff33f79df5;hp=a8ec3829779b61863d012c0143b344195ea7b46a;hpb=c87b4acf63205050e4249864f81a17d78b805c93;p=spray diff --git a/spray.el b/spray.el index a8ec382..8fa8bce 100644 --- a/spray.el +++ b/spray.el @@ -21,6 +21,7 @@ ;; Created: 18 Jun 2014 ;; Version: 0.0.2 ;; URL: https://github.com/ian-kelling/spray +;; Mailing list: https://lists.iankelling.org/listinfo/spray ;; Keywords: convenience ;;; Commentary: @@ -123,7 +124,8 @@ decreasing by one for each subsequent word." :type 'integer) (defcustom spray-unsupported-minor-modes - '(buffer-face-mode smartparens-mode highlight-symbol-mode) + '(buffer-face-mode smartparens-mode highlight-symbol-mode + column-number-mode) "Minor modes to toggle off when in spray mode." :group 'spray :type '(list symbol)) @@ -268,7 +270,7 @@ decreasing by one for each subsequent word." (t (widen) (if (eobp) - (spray-mode -1) + (spray-quit) (when (not (zerop spray--first-words)) (setq spray--initial-delay spray--first-words) (setq spray--first-words (1- spray--first-words)))