Fix regexp to show Magit in full screen
This commit is contained in:
parent
1b3e0ce6b6
commit
c9f1c036bf
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190221234215
|
;; Version: 20190221235109
|
||||||
;; Package-Requires: (magit magit-popup magithub hydra)
|
;; Package-Requires: (magit magit-popup magithub hydra)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
(require 'magithub)
|
(require 'magithub)
|
||||||
|
|
||||||
(defvar oni:magit-status-rx
|
(defvar oni:magit-status-rx
|
||||||
(rx bos "*magit: "))
|
(rx bos (optional "*") "magit: "))
|
||||||
|
|
||||||
(defun oni-magit-display-buffer-in-only-window (buffer alist)
|
(defun oni-magit-display-buffer-in-only-window (buffer alist)
|
||||||
"Show only BUFFER.
|
"Show only BUFFER.
|
||||||
|
|
Loading…
Reference in a new issue