[oni-ediff] Enable floating control frame
This commit is contained in:
parent
fd6c642a7e
commit
2176f9319b
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.1123.002904
|
||||
;; Version: 2023.0809.131051
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -86,5 +86,8 @@
|
|||
(add-hook 'ediff-cleanup-hook #'oni-ediff--turn-off-fullscreen)
|
||||
(add-hook 'ediff-cleanup-hook 'winner-undo)
|
||||
|
||||
(when (boundp 'ediff-floating-control-frame)
|
||||
(setq ediff-floating-control-frame t))
|
||||
|
||||
(provide 'oni-ediff)
|
||||
;;; oni-ediff.el ends here
|
||||
|
|
Loading…
Reference in a new issue