Remove tabs (bad performance :()
This commit is contained in:
parent
64a3566107
commit
22d04ff968
|
@ -84,14 +84,8 @@
|
||||||
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
||||||
;; they are implemented.
|
;; they are implemented.
|
||||||
|
|
||||||
(use-package! centaur-tabs
|
(after! gcmh
|
||||||
:config
|
(setq gcmh-high-cons-threshold (* 64 1024 1024)))
|
||||||
(setq centaur-tabs-set-icons t
|
|
||||||
centaur-tabs-set-bar 'underflow
|
|
||||||
centaur-tabs-style "wave"
|
|
||||||
centaur-tabs-enable-key-bindings t)
|
|
||||||
(centaur-tabs-headline-match)
|
|
||||||
(centaur-tabs-group-by-projectile-project))
|
|
||||||
|
|
||||||
(use-package! mixed-pitch
|
(use-package! mixed-pitch
|
||||||
:hook
|
:hook
|
||||||
|
|
|
@ -95,18 +95,12 @@ The provided default ~config.el~
|
||||||
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
||||||
;; they are implemented.
|
;; they are implemented.
|
||||||
#+end_src
|
#+end_src
|
||||||
* Appearance and UI
|
** Garbage collector configuration
|
||||||
** Centaur tabs
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package! centaur-tabs
|
(after! gcmh
|
||||||
:config
|
(setq gcmh-high-cons-threshold (* 64 1024 1024)))
|
||||||
(setq centaur-tabs-set-icons t
|
|
||||||
centaur-tabs-set-bar 'underflow
|
|
||||||
centaur-tabs-style "wave"
|
|
||||||
centaur-tabs-enable-key-bindings t)
|
|
||||||
(centaur-tabs-headline-match)
|
|
||||||
(centaur-tabs-group-by-projectile-project))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
* Appearance and UI
|
||||||
** Mixed Pitch Mode
|
** Mixed Pitch Mode
|
||||||
Use mixed pitch mode in prose writing modes, to make the writing experience a bit more pleasant.
|
Use mixed pitch mode in prose writing modes, to make the writing experience a bit more pleasant.
|
||||||
This tweak applies to:
|
This tweak applies to:
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
nav-flash ; blink cursor line after big motions
|
nav-flash ; blink cursor line after big motions
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
tabs ; a tab bar for Emacs
|
|
||||||
(treemacs +lsp) ; a project drawer, like neotree but cooler
|
(treemacs +lsp) ; a project drawer, like neotree but cooler
|
||||||
unicode ; extended unicode support for various languages
|
unicode ; extended unicode support for various languages
|
||||||
window-select ; visually switch windows
|
window-select ; visually switch windows
|
||||||
|
|
Loading…
Reference in New Issue