From 2e5f8c1421cf5af4bada6246a1fdfe2cc6d29216 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 21 Jan 2023 14:09:33 +0200 Subject: snippets: add mini buffer functions --- .emacs.d/snippets/functions.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.emacs.d/snippets/functions.el') diff --git a/.emacs.d/snippets/functions.el b/.emacs.d/snippets/functions.el index cab2fa0..64a4af8 100644 --- a/.emacs.d/snippets/functions.el +++ b/.emacs.d/snippets/functions.el @@ -106,5 +106,14 @@ (interactive) (eshell 'N)) +(defun make-mini-buffer () + (interactive) + (split-window-below 40) + (other-window 1)) + +(defun make-mini-geiser () + (interactive) + (split-window-below 60) + (geiser nil)) ;;; my-functions.el ends here -- cgit v1.2.3