From 6bb668aa3bd7580b5983af30e2b6787e6bfd6b8c Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 6 May 2018 09:54:28 +0300 Subject: [PATCH] Add a helpful comment --- core/prelude-macos.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prelude-macos.el b/core/prelude-macos.el index 335548d..958b2f7 100644 --- a/core/prelude-macos.el +++ b/core/prelude-macos.el @@ -63,6 +63,7 @@ Windows external keyboard from time to time." (define-key prelude-mode-map (kbd "C-c w") 'prelude-swap-meta-and-super) (define-key prelude-mode-map (kbd "s-/") 'hippie-expand) +;; There's no point in hiding the menu bar on macOS, so let's not do it (menu-bar-mode +1) ;; Enable emoji, and stop the UI from freezing when trying to display them.