summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 08:42:57 +0000
committernoa@gaiwan.org2024-06-13 08:42:57 +0000
commitf90dc7b0ea01e31cb93ec9c090d2b38a9903608a (patch)
tree986c98d85badb77874afb6c8aeb5fa0275198b31 /emacs
parent79e8c29c3cb4d5d7ce9c230994445ef4294e150a (diff)
Remove redundant option
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
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