From 35f590fd42d216dac5e98ce67ffe1774b002963d Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 9 Sep 2021 16:47:21 +0100 Subject: Use smartrep for previous/next-buffer --- .emacs.d/lisp/init-windows.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el index 84bcd3f..021ae26 100644 --- a/.emacs.d/lisp/init-windows.el +++ b/.emacs.d/lisp/init-windows.el @@ -72,7 +72,9 @@ "C-x" '(("}" . enlarge-window-horizontally) ("{" . shrink-window-horizontally) ("^" . enlarge-window) - ("-" . shrink-window-if-larger-than-buffer))) + ("-" . shrink-window) + ("". previous-buffer) + ("" . next-buffer))) (provide 'init-windows) ;;; init-windows.el ends here -- cgit 1.4.1-2-gfad0 'branches'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats