From 156362bc9331f743e93d543fbb726e3bf464a95b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 28 Jan 2023 21:17:11 +0000 Subject: Change dictionary and add key binding to toggle tab bar --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- cgit