From 59f8bf132a96104654205f21cdfe12f3c8bc07f3 Mon Sep 17 00:00:00 2001 From: Anler Hp Date: Tue, 29 Jul 2014 17:48:48 +0200 Subject: [PATCH] centered-window-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Global minor mode that centers the text of the window when there’s only one window in the frame. --- recipes/centered-window-mode | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/centered-window-mode diff --git a/recipes/centered-window-mode b/recipes/centered-window-mode new file mode 100644 index 00000000..38c2d739 --- /dev/null +++ b/recipes/centered-window-mode @@ -0,0 +1 @@ +(centered-window-mode :repo "ikame/centered-window-mode" :fetcher github)