unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Doug Davis <ddavis@ddavis.io>
To: arvid-harnack@lavache.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: Switching orderloss off
Date: Thu, 10 Jun 2021 21:15:25 -0400	[thread overview]
Message-ID: <m2pmwtmcb6.fsf@ddavis.io> (raw)
In-Reply-To: <ea-mime-60c2b2bb-13eb-28d05dc9@www-7.mailo.com> (arvid-harnack@lavache.com's message of "Fri, 11 Jun 2021 02:47:55 +0200 (CEST)")

arvid-harnack@lavache.com writes:

> I am using orderless completion in minibuffer 
>
>
>
>    (require 'orderless)
>
>    (setq completion-styles '(orderless))
>
>
>
> But I have no clue how to switch it off should I want to.

This is what I have in my init.el to use orderless in the minibuffer
only:

#+begin_src emacs-lisp
  (defun dd/use-orderless-in-minibuffer ()
    (interactive)
    (setq-local completion-styles '(orderless)))

  (add-hook 'minibuffer-setup-hook 'dd/use-orderless-in-minibuffer)
#+end_src



  reply	other threads:[~2021-06-11  1:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11  0:47 Switching orderloss off arvid-harnack
2021-06-11  1:15 ` Doug Davis [this message]
2021-06-11  1:20 ` Óscar Fuentes
2021-06-11  1:53   ` arvid-harnack
2021-06-11  9:42     ` Philip Kaludercic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2pmwtmcb6.fsf@ddavis.io \
    --to=ddavis@ddavis.io \
    --cc=arvid-harnack@lavache.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).