about summary refs log tree commit diff
path: root/modules/workstation
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-09-29 13:57:17 +0000
committerAlyssa Ross <hi@alyssa.is>2020-09-29 14:39:07 +0000
commitfdd2d4331579e77796a9f022a87927e78b8ac8aa (patch)
treee7c9adb92772b091ef53e7296d034ad583e09d19 /modules/workstation
parentfd588ec3e846228c1c24c83c106a47ba393c281f (diff)
downloadnixlib-fdd2d4331579e77796a9f022a87927e78b8ac8aa.tar
nixlib-fdd2d4331579e77796a9f022a87927e78b8ac8aa.tar.gz
nixlib-fdd2d4331579e77796a9f022a87927e78b8ac8aa.tar.bz2
nixlib-fdd2d4331579e77796a9f022a87927e78b8ac8aa.tar.lz
nixlib-fdd2d4331579e77796a9f022a87927e78b8ac8aa.tar.xz
nixlib-fdd2d4331579e77796a9f022a87927e78b8ac8aa.tar.zst
nixlib-fdd2d4331579e77796a9f022a87927e78b8ac8aa.zip
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.
Diffstat (limited to 'modules/workstation')
-rw-r--r--modules/workstation/emacs/init.el6
1 files changed, 1 insertions, 5 deletions
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