From fdd2d4331579e77796a9f022a87927e78b8ac8aa Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 29 Sep 2020 13:57:17 +0000 Subject: modules/emacs: collapse C-x C-b rebind to one line There's little enough going on here that we can squeeze it into a single line. --- modules/workstation/emacs/init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/workstation') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index 71d696b61514..d657868e5ee2 100644 --- a/modules/workstation/emacs/init.el +++ b/modules/workstation/emacs/init.el @@ -18,11 +18,7 @@ ;;; Ibuffer ;;; ;; Open ibuffer in other window, to match behaviour of the default ;; list-buffers. -(global-set-key - (kbd "C-x C-b") - (lambda () - (interactive) - (ibuffer t))) +(global-set-key (kbd "C-x C-b") (lambda () (interactive) (ibuffer t))) ;;; ispell ;;; ;; System locale is Esperanto, but I write in English much more, and -- cgit 1.4.1