diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-06-11 08:41:22 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-06-11 08:41:22 -0700 |
| commit | ae1b697c8240c579589611dd7f71966412126895 (patch) | |
| tree | 797b54267d2418f89e13491782d12b4c1d97d0a1 /nix/users/fcuny/configs/emacs/early-init.el | |
| parent | tweak a bit wezterm (diff) | |
| download | infra-ae1b697c8240c579589611dd7f71966412126895.tar.gz | |
add configuration for text modes to Emacs
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 |
