summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-22 03:46:51 +0800
committernoa2025-02-22 03:46:51 +0800
commit6d145ca7411f5775a4716b35f0485c08b9447338 (patch)
tree03c0c55e8738dd74a9de70eadada76530477f289
parent8191746ae3703a4b2956d17f985545c7397262c6 (diff)
Remove totally commented completion configuration
-rw-r--r--emacs/init.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b7be3ac..fe4acc5 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -468,18 +468,6 @@
   (proced-auto-update-flag t)
   (proced-show-remote-processes t))
 
-;;; Completion
-
-;; Some settings for nicer completion with the default emacs completion buffer.  I don't use this, because i use vertico.
-;; (setopt completion-auto-help 'lazy
-;;         completion-auto-select 'second-tab
-;;         completion-show-help nil
-;;         completions-sort nil
-;;         completions-header-format nil)
-
-;; Completion styles
-;; When given a prompt to select from a list of candidates, there are quite a lot of things we can tweak to improve the experience.
-
 ;;; File management
 
 (use-package consult-recoll