all repos — archive/dotfiles @ f988472ebe22a02d9b7789ba5dd27a9bdf1a040c

Superseded by nixfiles

Emacs: add kill-buffer keybind
Alan Pearce alan@alanpearce.eu
Mon, 30 Sep 2019 14:47:56 +0200
commit

f988472ebe22a02d9b7789ba5dd27a9bdf1a040c

parent

44f2042f1ac836ca2d5f7feabefe7bfcd1ce3ea6

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -812,6 +812,7 @@ ";" #'counsel-M-x  "bb" #'ivy-switch-buffer
  "bx" #'kill-this-buffer
  "br" #'revert-buffer
+ "bk" #'kill-buffer
  "dd" #'dired
  "fs" #'save-buffer
  "ff" #'find-file