File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ should return the fine adjustment (default 1)."
104104 (?W resize-window--cycle-window-negative " Resize - cycle window" nil )
105105 (?2 split-window-below " Split window horizontally" nil )
106106 (?3 split-window-right " Slit window vertically" nil )
107- (?0 delete-window " Delete window" nil )
107+ (?0 resize-window-- delete-window " Delete window" nil )
108108 (?? resize-window--display-menu " Resize - display menu" nil ))
109109 " List of actions for `resize-window-dispatch-default.
110110Main data structure of the dispatcher with the form:
@@ -260,5 +260,10 @@ If no SIZE is given, extend by `resize-window-default-argument`"
260260 " Display menu in minibuffer."
261261 (resize-window--notify " %s" (resize-window--get-documentation-strings)))
262262
263+ (defun resize-window--delete-window ()
264+ (delete-overlay resize-window--background-overlay)
265+ (delete-window )
266+ (setq resize-window--background-overlay (resize-window--make-background)))
267+
263268(provide 'resize-window )
264269; ;; resize-window.el ends here
You can’t perform that action at this time.
0 commit comments