summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-02 19:01:46 -0600
committerCase Duckworth2020-12-02 19:01:46 -0600
commitd9f42ab489e2827d3110a2883981fb1208735112 (patch)
tree15f5751879d962c676655c827119f2bb6df60ed5 /config.org
parentReorganize Appendix A and where to save scripts (diff)
downloademacs-d9f42ab489e2827d3110a2883981fb1208735112.tar.gz
emacs-d9f42ab489e2827d3110a2883981fb1208735112.zip
Don't enable tab-bar-mode
tab-bar-show does that for us.
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.org b/config.org index d429f5b..40291dd 100644 --- a/config.org +++ b/config.org
@@ -389,8 +389,6 @@ I'm kind of getting into Emacs tabs -- but I like not showing the =tab-bar= when
389 (cuss tab-bar-show 1) 389 (cuss tab-bar-show 1)
390 390
391 (cuss tab-bar-tab-name-function 'tab-bar-tab-name-current-with-count) 391 (cuss tab-bar-tab-name-function 'tab-bar-tab-name-current-with-count)
392
393 (tab-bar-mode 1)
394#+end_src 392#+end_src
395 393
396** Word wrap and operate visually 394** Word wrap and operate visually