Use smartrep for previous/next-buffer

This commit is contained in:
David Morgan 2021-09-09 16:47:21 +01:00
parent 36befc3963
commit 35f590fd42
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@
"C-x" '(("}" . enlarge-window-horizontally)
("{" . shrink-window-horizontally)
("^" . enlarge-window)
("-" . shrink-window-if-larger-than-buffer)))
("-" . shrink-window)
("<left>". previous-buffer)
("<right>" . next-buffer)))
(provide 'init-windows)
;;; init-windows.el ends here