no android suport :(
This commit is contained in:
parent
ada1e1f761
commit
4c4b1713dc
1 changed files with 15 additions and 12 deletions
|
@ -122,6 +122,9 @@
|
||||||
:config
|
:config
|
||||||
(evil-collection-init))
|
(evil-collection-init))
|
||||||
|
|
||||||
|
(if (eq system-type 'android)
|
||||||
|
(message "Android device, ignoring centaur-tabs") ;; Android
|
||||||
|
(progn ;; Everywhere else
|
||||||
(use-package centaur-tabs
|
(use-package centaur-tabs
|
||||||
:demand
|
:demand
|
||||||
:config
|
:config
|
||||||
|
@ -133,7 +136,7 @@
|
||||||
(pdf-view-mode . centaur-tabs-local-mode)))
|
(pdf-view-mode . centaur-tabs-local-mode)))
|
||||||
(setq centaur-tabs-cycle-scope 'tabs)
|
(setq centaur-tabs-cycle-scope 'tabs)
|
||||||
(setq centaur-tabs-set-modified-marker t)
|
(setq centaur-tabs-set-modified-marker t)
|
||||||
(setq centaur-tabs-modified-marker "*")
|
(setq centaur-tabs-modified-marker "*")))
|
||||||
|
|
||||||
(defun my/hide-modeline ()
|
(defun my/hide-modeline ()
|
||||||
(setq-local mode-line-format nil))
|
(setq-local mode-line-format nil))
|
||||||
|
|
Loading…
Reference in a new issue