all repos — nixfiles @ 76522f2150c32e3bdd88e963b9a93620c8ae7a0e

System and user configuration, managed by nix and home-manager

emacs: reduce number of commands present in `M-x` menu

Alan Pearce
commit

76522f2150c32e3bdd88e963b9a93620c8ae7a0e

parent

47d22f977ac751ce56dc7068de76dd1502d3957c

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -204,7 +204,8 @@ ;;; Minibuffer
(setq enable-recursive-minibuffers t save-silently t - uniquify-buffer-name-style 'forward) + uniquify-buffer-name-style 'forward + read-extended-command-predicate #'command-completion-default-include-p) (minibuffer-depth-indicate-mode t) (use-package hydra