git.fiddlerwoaroof.com
Browse code

bug(emacs): centaur-tabs and helm don't get along

Edward Langley authored on 10/12/2020 18:49:41
Showing 1 changed files
... ...
@@ -777,7 +777,7 @@ With a prefix ARG invalidates the cache first."
777 777
 
778 778
 (defun make-info-window ()
779 779
   (setq mode-line-format nil)
780
-  (centaur-tabs-local-mode 1)
780
+  ;;(centaur-tabs-local-mode 1)
781 781
   (set-window-dedicated-p (selected-window) t)
782 782
   (when-let (w (window-in-direction 'above))
783 783
     (set-window-parameter w 'no-delete-other-windows t))