]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-pcm-word-delimiters): Add parentheses
authorEshel Yaron <me@eshelyaron.com>
Sat, 13 Jul 2024 14:26:05 +0000 (16:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 13 Jul 2024 14:26:05 +0000 (16:26 +0200)
lisp/minibuffer.el

index fc7092c0e5cee0231b890e749e9f0f4f59487ad3..630e50b89599f8c60259a8ead96b8de65c99133e 100644 (file)
@@ -4674,7 +4674,7 @@ from lowercase to uppercase characters).")
 (defun completion-pcm--prepare-delim-re (delims)
   (setq completion-pcm--delim-wild-regex (concat "[" delims "*]")))
 
-(defcustom completion-pcm-word-delimiters "-_./:| "
+(defcustom completion-pcm-word-delimiters "-_./:| ()"
   "A string of characters treated as word delimiters for completion.
 Some arcane rules:
 If `]' is in this string, it must come first.