mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Bugs
This commit is contained in:
parent
cbbabf4249
commit
4cb4e48e6a
1 changed files with 1 additions and 7 deletions
|
|
@ -187,7 +187,7 @@
|
|||
(when arg
|
||||
(launch-program-with-name "firefox" "youtube")))
|
||||
(side-window-op 'left 472 buf)
|
||||
(switch-to-buffer-back)))
|
||||
(switch-to-buffer back)))
|
||||
|
||||
(defun big-youtube-split (arg)
|
||||
(interactive "P")
|
||||
|
|
@ -199,12 +199,6 @@
|
|||
(launch-program-with-name "firefox" "youtube")))
|
||||
(side-window-op 'left 630 buf)))
|
||||
|
||||
(defun delete-all-side-windows ()
|
||||
(interactive)
|
||||
(let ((ignore-window-parameters t))
|
||||
(delete-other-windows))
|
||||
(message "Deleted side windows"))
|
||||
|
||||
(defun side-window-op (side &optional size buffer)
|
||||
(let ((prev-win (selected-window))
|
||||
(win (display-buffer-in-side-window
|
||||
|
|
|
|||
Loading…
Reference in a new issue