diff options
author | Case Duckworth | 2020-12-02 19:01:46 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-02 19:01:46 -0600 |
commit | d9f42ab489e2827d3110a2883981fb1208735112 (patch) | |
tree | 15f5751879d962c676655c827119f2bb6df60ed5 | |
parent | Reorganize Appendix A and where to save scripts (diff) | |
download | emacs-d9f42ab489e2827d3110a2883981fb1208735112.tar.gz emacs-d9f42ab489e2827d3110a2883981fb1208735112.zip |
Don't enable tab-bar-mode
tab-bar-show does that for us.
-rw-r--r-- | config.org | 2 |
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 |