Fix centaur-tabs hide function

This commit is contained in:
Riyyi
2020-07-31 16:14:25 +02:00
parent 57c04355ab
commit 0912f077d0
+3
View File
@@ -948,6 +948,7 @@ Functions that only use built-in Emacs functionality.
Functions that use package functionality. Functions that use package functionality.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(with-eval-after-load 'centaur-tabs
(defun centaur-tabs-buffer-groups () (defun centaur-tabs-buffer-groups ()
"Organize tabs into groups by buffer." "Organize tabs into groups by buffer."
(list (list
@@ -969,12 +970,14 @@ Functions that use package functionality.
"Completions\\|" "Completions\\|"
"clangd\\|" ; lsp c/c++ "clangd\\|" ; lsp c/c++
"Faces\\|" "Faces\\|"
"Flycheck\\|"
"Help\\|" "Help\\|"
"helpful\\|" "helpful\\|"
"iph\\|" ; lsp php "iph\\|" ; lsp php
"Occur" "Occur"
"\\).*") "\\).*")
name))) name)))
)
(defun dashboard-goto-bookmarks () (defun dashboard-goto-bookmarks ()
"Go to bookmarks." "Go to bookmarks."