diff options
author | noa@gaiwan.org | 2024-06-13 08:42:57 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 08:42:57 +0000 |
commit | f90dc7b0ea01e31cb93ec9c090d2b38a9903608a (patch) | |
tree | 986c98d85badb77874afb6c8aeb5fa0275198b31 /emacs/init.el | |
parent | 79e8c29c3cb4d5d7ce9c230994445ef4294e150a (diff) |
Remove redundant option
Diffstat (limited to 'emacs/init.el')
-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 |