From c9f1c036bf0cd4cedae23f098fdbc004fd1e3fc2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 21 Feb 2019 23:53:05 -0800 Subject: Fix regexp to show Magit in full screen --- oni-magit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-magit.el') diff --git a/oni-magit.el b/oni-magit.el index f42e0ce..43f3256 100644 --- a/oni-magit.el +++ b/oni-magit.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190221234215 +;; Version: 20190221235109 ;; Package-Requires: (magit magit-popup magithub hydra) ;; This program is free software; you can redistribute it and/or modify @@ -31,7 +31,7 @@ (require 'magithub) (defvar oni:magit-status-rx - (rx bos "*magit: ")) + (rx bos (optional "*") "magit: ")) (defun oni-magit-display-buffer-in-only-window (buffer alist) "Show only BUFFER. -- cgit v1.2.3-54-g00ecf