diff options
| author | Ryan Davis <ryand-ruby@zenspider.com> | 2019-11-23 17:05:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-23 17:05:36 -0800 |
| commit | 1ba7e2ddc37df4f453e7d8cffccc13981af658b1 (patch) | |
| tree | e594feb71c5cbcc7d926625ad821f3489ef6dd67 | |
| parent | 29f4c5cad502ec73d4c62199a9d940b318351dd3 (diff) | |
| parent | bbfd29c6f5e1ea21bd5352fcee5ca54885d6df3a (diff) | |
Merge pull request #102 from nex3/zenspider/version-bump2.3
Version bump
| -rw-r--r-- | perspective.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perspective.el b/perspective.el index b52ce95..4938c8b 100644 --- a/perspective.el +++ b/perspective.el @@ -7,7 +7,7 @@ ;; Author: Natalie Weizenbaum <nex342@gmail.com> ;; URL: http://github.com/nex3/perspective-el ;; Package-Requires: ((cl-lib "0.5")) -;; Version: 2.2 +;; Version: 2.3 ;; Created: 2008-03-05 ;; By: Natalie Weizenbaum <nex342@gmail.com> ;; Keywords: workspace, convenience, frames @@ -74,10 +74,10 @@ perspectives." "Prefix key to activate perspective-map" :group 'perspective-mode :set (lambda (sym value) - (when (and (bound-and-true-p persp-mode-map) - (bound-and-true-p perspective-map)) + (when (and (bound-and-true-p persp-mode-map) + (bound-and-true-p perspective-map)) (persp-mode-set-prefix-key value)) - (set-default sym value)) + (set-default sym value)) :type 'key-sequence) (defcustom persp-switch-wrap t |
