aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-07-09 19:42:56 -0700
committerGravatar Tom Willemse2018-07-09 19:42:56 -0700
commit2e11e297001a92725a4f674b8d103053e25dbea8 (patch)
treeec5e6691172fbc30e50d03997406f32ca0f175f8 /emacs/.emacs.d
parent4524ea0ed6457e28ae6d3d2e0e8ce0ebfcb0fb82 (diff)
downloadnew-dotfiles-2e11e297001a92725a4f674b8d103053e25dbea8.tar.gz
new-dotfiles-2e11e297001a92725a4f674b8d103053e25dbea8.zip
Use ibuffer
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 8ff8b47..fb11d21 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -84,6 +84,7 @@
(global-set-key (kbd "C-c o") 'oni-hydra-org/body)
(global-set-key (kbd "C-c v") 'oni-hydra-magit/body)
(global-set-key (kbd "C-x f") 'ffap)
+(global-set-key (kbd "C-x C-b") 'ibuffer)
(require 'destroy-trailing-whitespace)
(global-destroy-trailing-whitespace-mode)