From 19ad403ae1157adb6a8f4bb63a6b43e185131d25 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 15 Sep 2022 01:04:24 +0100 Subject: jao-afio-pop-to-buffer --- lib/eos/jao-afio.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 0ee5859..37bb507 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -244,6 +244,12 @@ ((5) (jao-afio-goto-scratch t)) ((0) (jao-afio-goto-scratch)))) +;;;###autoload +(defun jao-afio-pop-to-buffer (n buff) + (interactive "NFrame number: \nBBuffer: ") + (jao-afio-goto-nth n) + (pop-to-buffer buff)) + ;;; setup ;;;###autoload (defun jao-afio-setup (&optional use-frames) -- cgit v1.2.3