summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index c68aafd..5823ea5 100644
--- a/init.el
+++ b/init.el
@@ -206,7 +206,7 @@ https://yannherklotz.com"))
(use-package ispell
:init
- (setq ispell-dictionary "british"))
+ (setq ispell-dictionary "en_GB"))
(use-package delight
:ensure t
@@ -227,6 +227,7 @@ https://yannherklotz.com"))
(define-key project-prefix-map "m" #'magit-project-status))
(use-package tab-bar
+ :bind (("C-x t D" . toggle-frame-tab-bar))
:init
(setq tab-bar-show nil)
(setq tab-bar-select-tab-modifiers '(meta))