[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/mct 4d61a41 46/70: Minor tweaks to code sample in the m
From: |
ELPA Syncer |
Subject: |
[elpa] externals/mct 4d61a41 46/70: Minor tweaks to code sample in the manual |
Date: |
Thu, 11 Nov 2021 03:57:49 -0500 (EST) |
branch: externals/mct
commit 4d61a41a9d36d931f21b577f77a73143bbdee8d6
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Minor tweaks to code sample in the manual
---
README.org | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 09e4181..7db3582 100644
--- a/README.org
+++ b/README.org
@@ -312,6 +312,10 @@ And with more options:
(setq mct-minimum-input 3)
(setq mct-live-update-delay 0.6)
+;; NOTE: setting this variable with `setq', requires `mct-mode' to be
+;; reloaded.
+(setq mct-completions-format 'one-column)
+
;; NOTE: `mct-completion-blocklist' can be used for commands with lots
;; of candidates, depending also on how low `mct-minimum-input' is.
;; With the settings shown here this is not required, otherwise I would
@@ -351,9 +355,9 @@ Other useful extras from the Emacs source code (read their
doc strings):
#+begin_src emacs-lisp
;; Add `orderless' to the completion styles, if you have it installed.
(setq completion-styles
- '(substring initials flex partial-completion))
+ '(basic substring initials flex partial-completion))
(setq completion-category-overrides
- '((file (styles . (partial-completion initials substring)))))
+ '((file (styles . (basic partial-completion initials substring)))))
(setq completion-ignore-case t)
(setq completions-detailed t)
- [elpa] externals/mct b5f4222 70/70: Update Acknowledgements in the manual, (continued)
- [elpa] externals/mct b5f4222 70/70: Update Acknowledgements in the manual, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 57cd47d 69/70: Expand mct-live-update; update documentation, ELPA Syncer, 2021/11/11
- [elpa] externals/mct ea0847d 50/70: Update "Alternatives" section; add Elmo, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 5972191 51/70: Update docs on Alternatives; improve vertico part, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 01edefb 14/70: Use memq instead of member where applicable, ELPA Syncer, 2021/11/11
- [elpa] externals/mct c096fab 48/70: Mention completion-cycle-threshold in the manual, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 6eefd80 49/70: Expand the "extensions" section in the manual, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 20aa296 52/70: Heuristic attempt to handle different CRM separator, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 8f8a83a 39/70: Make mct-edit-completion behave consistently, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 9586c51 41/70: Refine mct-choose-completion{, -no}-exit, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 4d61a41 46/70: Minor tweaks to code sample in the manual,
ELPA Syncer <=
- [elpa] externals/mct 2dd1308 53/70: Add functions to jump through completion groups in completions, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 47b26e4 61/70: Document group motions and backward-dir motion, ELPA Syncer, 2021/11/11
- [elpa] externals/mct f1ddc1e 65/70: Add reference to Icomplete and Fido-mode, ELPA Syncer, 2021/11/11
- [elpa] externals/mct e25fdd5 55/70: Merge branch 'completion-group-navigation' into 'main', ELPA Syncer, 2021/11/11
- [elpa] externals/mct 0e2d0ae 62/70: Remove note about crm-separator (see 20aa296), ELPA Syncer, 2021/11/11
- [elpa] externals/mct 2352f14 63/70: Rectify paths to git repo, ELPA Syncer, 2021/11/11
- [elpa] externals/mct cf439ea 35/70: Clarify mct-choose-completion-number doc string, ELPA Syncer, 2021/11/11
- [elpa] externals/mct 9813d90 47/70: Update manual about "selecting candidates", ELPA Syncer, 2021/11/11
- [elpa] externals/mct 1313880 56/70: Placate the compiler for group motions, ELPA Syncer, 2021/11/11
- [elpa] externals/mct c9b4cab 58/70: Add James Cash to list of contributors, ELPA Syncer, 2021/11/11