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
|
||||
;; they are implemented.
|
||||
|
||||
(use-package! centaur-tabs
|
||||
:config
|
||||
(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))
|
||||
(after! gcmh
|
||||
(setq gcmh-high-cons-threshold (* 64 1024 1024)))
|
||||
|
||||
(use-package! mixed-pitch
|
||||
: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
|
||||
;; they are implemented.
|
||||
#+end_src
|
||||
* Appearance and UI
|
||||
** Centaur tabs
|
||||
** Garbage collector configuration
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! centaur-tabs
|
||||
:config
|
||||
(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))
|
||||
(after! gcmh
|
||||
(setq gcmh-high-cons-threshold (* 64 1024 1024)))
|
||||
#+end_src
|
||||
* Appearance and UI
|
||||
** Mixed Pitch Mode
|
||||
Use mixed pitch mode in prose writing modes, to make the writing experience a bit more pleasant.
|
||||
This tweak applies to:
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||
nav-flash ; blink cursor line after big motions
|
||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||
tabs ; a tab bar for Emacs
|
||||
(treemacs +lsp) ; a project drawer, like neotree but cooler
|
||||
unicode ; extended unicode support for various languages
|
||||
window-select ; visually switch windows
|
||||
|
|
Loading…
Reference in New Issue