emacs - fix a typo
authorPeng Li <seudut@gmail.com>
Sun, 31 Jul 2016 05:10:33 +0000 (13:10 +0800)
committerPeng Li <seudut@gmail.com>
Sun, 31 Jul 2016 05:10:33 +0000 (13:10 +0800)
emacs.d/config.org

index 9e8e6f6..c57bfe5 100644 (file)
@@ -2270,7 +2270,7 @@ Most use =C-o C-o= to switch buffers; =C-o x, v= to split window; =C-o o= to del
     ;; ("d" ace-delete-window "ace-one" :exit t)
     ("C-o" ido-switch-buffer nil :exit t)
     ("d" sd/project-or-dired-jump nil :exit t)
-    ("b" ibuffer nil n:exit t)
+    ("b" ibuffer nil :exit t)
     ("e" eshell nil :exit t)
     ("m" bookmark-jump-other-window nil :exit t)
     ("M" bookmark-set nil :exit t)