disable perspective and persp-switch
authorPeng Li <seudut@gmail.com>
Sun, 25 Dec 2016 14:50:47 +0000 (22:50 +0800)
committerPeng Li <seudut@gmail.com>
Sun, 25 Dec 2016 14:50:47 +0000 (22:50 +0800)
emacs.d/config.org

index 8222e4b..5a98f80 100644 (file)
@@ -3021,8 +3021,8 @@ Most use =C-o C-o= to switch buffers; =C-o x, v= to split window; =C-o o= to del
     ("C-b" ido-switch-buffer nil :exit t)
     ("C-f" projectile-find-file nil :exit t)
     ("C-r" ivy-recentf nil :exit t)
-    ("C-p" persp-switch nil :exit t)
-    ("C-t" projectile-persp-switch-project nil :exit t)
+    ;; ("C-p" persp-switch nil :exit t)
+    ;; ("C-t" projectile-persp-switch-project nil :exit t)
 
     ;; other special buffers
     ("d" sd/project-or-dired-jump nil :exit t)