summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 6340f46..7d78067 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -130,6 +130,13 @@ Enable theme.
(load-theme 'modus-vivendi)
#+end_src
+** Tab-bar
+Open scratch window on new tab.
+#+begin_src elisp
+ (with-eval-after-load 'tab-bar
+ (setq-default tab-bar-new-tab-choice #'get-scratch-buffer-create))
+#+end_src
+
** Modeline
Enable column number in modeline.
#+begin_src elisp