summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-28 13:45:10 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-28 13:45:10 +0300
commit4c148a8a4d51e5f9903525b0475ecfd5ee325983 (patch)
tree0b0312082fdaffab522d0397d9c8875d858a4172 /emacs.d
parentd63efab40ed5f615ff2f6c05c3bbcbfd732a7a41 (diff)
downloadliw-dot-files-4c148a8a4d51e5f9903525b0475ecfd5ee325983.tar.gz
open new emacs tabs on the right of current
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index b94f3e3..76d8545 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -147,6 +147,7 @@
;; Use tab bar.
(tab-bar-mode)
+(setq tab-bar-new-tab-to 'right)
;; Don't show help at startup
(setq inhibit-startup-screen t)