Skip to content

Commit

Permalink
+Changed default value of `sr-popviewer-enabled' flag to nil.
Browse files Browse the repository at this point in the history
  • Loading branch information
escherdragon committed Jan 3, 2013
1 parent 9231f3f commit a2547c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sunrise-x-popviewer.el
Expand Up @@ -7,7 +7,7 @@
;; Maintainer: José Alfredo Romero L. <escherdragon@gmail.com>
;; Created: 20 Aug 2008
;; Version: 3
;; RCS Version: $Rev: 423 $
;; RCS Version: $Rev: 444 $
;; Keywords: sunrise commander, windows, accessibility, viewer
;; URL: http://www.emacswiki.org/emacs/sunrise-x-popviewer.el
;; Compatibility: GNU Emacs 22+
Expand Down Expand Up @@ -65,7 +65,7 @@
(require 'sunrise-commander)
(eval-when-compile (require 'cl))

(defcustom sr-popviewer-enabled t
(defcustom sr-popviewer-enabled nil
"Whether the popviewer extension should be active at startup."
:group 'sunrise
:type 'boolean)
Expand Down

0 comments on commit a2547c6

Please sign in to comment.