diff options
Diffstat (limited to 'nix/users/fcuny/configs/emacs/early-init.el')
| -rw-r--r-- | nix/users/fcuny/configs/emacs/early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/configs/emacs/early-init.el b/nix/users/fcuny/configs/emacs/early-init.el index e98d23a..3953c90 100644 --- a/nix/users/fcuny/configs/emacs/early-init.el +++ b/nix/users/fcuny/configs/emacs/early-init.el @@ -24,7 +24,7 @@ ;; disable GUI elements (scroll-bar-mode -1) ; hide the scroll bar (tool-bar-mode -1) ; hide the tool bar -(menu-bar-mode -1) ; hide the menu +(menu-bar-mode +1) ; show the menu (blink-cursor-mode -1) ; don't blink the cursor (setq make-pointer-invisible t) ;; hide cursor while typing |
