refining search config

This commit is contained in:
Matt Nish-Lapidus 2023-10-28 11:55:34 -04:00
parent be6664d1f1
commit bce2badab4
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,5 @@
;;; bindings.el -*- lexical-binding: t; -*-
;; (setq doom-localleader-alt-key "M-s-SPC")
(map! (:when (modulep! :ui popup)
"C-`" #'+popup/toggle
"C-~" #'+popup/raise
@ -25,7 +23,7 @@
(map! :leader
"`" nil
(:prefix ("m" . "<localleader>")) ; bound locally
(:prefix ("l" . "<localleader>")) ; bound locally
(:prefix-map ("!" . "checkers")) ; bound by flycheck
:desc "M-x" ":" #'execute-extended-command