branch: elpa/golden-ratio
commit 7646627bbfd9eeef1da967b197d3fb06c35d6a8a
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* golden-ratio.el: Add group.
---
golden-ratio.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/golden-ratio.el b/golden-ratio.el
index f75e630d51..32974cace6 100644
--- a/golden-ratio.el
+++ b/golden-ratio.el
@@ -20,6 +20,10 @@
(defconst golden-ratio--value 1.618
"The golden ratio value itself.")
+(defgroup golden-ratio nil
+ "Resize windows to golden ratio."
+ :group 'windows)
+
;; Major modes that are exempt from being resized. An example of this
;; for users of Org-mode might be:
;; ("calendar-mode")