From 9571a8c434926286492ec450440d889302d80db5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 8 May 2019 17:27:32 +0200 Subject: [PATCH] Added keybindings for next-buffer and previous-buffer. --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index e7ffcb4..ef159e3 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-05-07T20:40:36+00:00> +;; Time-stamp: <2019-05-08T15:26:30+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -173,7 +173,9 @@ With argument, do this that many times." ("M-" . scroll-down-line) ;; Delete words without storing them in the kill buffer. ("C-" . my/delete-word) - ("C-" . my/backward-delete-word))) + ("C-" . my/backward-delete-word) + ("M-" . previous-buffer) + ("M-" . next-buffer))) ;;;;;;;;;;;;;;;;;;;; Programming / general ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Online documentation mode.