aboutsummaryrefslogtreecommitdiffstats
path: root/oni-magit.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-21 23:53:05 -0800
committerGravatar Tom Willemse2019-02-21 23:53:05 -0800
commitc9f1c036bf0cd4cedae23f098fdbc004fd1e3fc2 (patch)
tree23403a4e92cda84c1906e9f131ed2d3d9a9b4d8c /oni-magit.el
parent1b3e0ce6b639759fd797369a7062dea51cad5523 (diff)
downloademacs-config-c9f1c036bf0cd4cedae23f098fdbc004fd1e3fc2.tar.gz
emacs-config-c9f1c036bf0cd4cedae23f098fdbc004fd1e3fc2.zip
Fix regexp to show Magit in full screen
Diffstat (limited to 'oni-magit.el')
-rw-r--r--oni-magit.el4
1 files changed, 2 insertions, 2 deletions
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 <tom@ryuslash.org>
;; 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.