refining search config
This commit is contained in:
parent
be6664d1f1
commit
bce2badab4
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue