diff options
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index 1b01a16..fb89193 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -32,9 +32,7 @@ (global-unset-key (kbd "M-x")) (global-set-key (kbd "<menu>") 'execute-extended-command) -(setopt - cursor-type 'bar - minibuffer-depth-indicate-mode t) +(setopt minibuffer-depth-indicate-mode t) ;;; candidate completion (use-package vertico |