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; -*-
|
;;; bindings.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; (setq doom-localleader-alt-key "M-s-SPC")
|
|
||||||
|
|
||||||
(map! (:when (modulep! :ui popup)
|
(map! (:when (modulep! :ui popup)
|
||||||
"C-`" #'+popup/toggle
|
"C-`" #'+popup/toggle
|
||||||
"C-~" #'+popup/raise
|
"C-~" #'+popup/raise
|
||||||
|
@ -25,7 +23,7 @@
|
||||||
|
|
||||||
(map! :leader
|
(map! :leader
|
||||||
"`" nil
|
"`" nil
|
||||||
(:prefix ("m" . "<localleader>")) ; bound locally
|
(:prefix ("l" . "<localleader>")) ; bound locally
|
||||||
(:prefix-map ("!" . "checkers")) ; bound by flycheck
|
(:prefix-map ("!" . "checkers")) ; bound by flycheck
|
||||||
|
|
||||||
:desc "M-x" ":" #'execute-extended-command
|
:desc "M-x" ":" #'execute-extended-command
|
||||||
|
|
|
@ -110,7 +110,6 @@
|
||||||
(car consult--line-history)
|
(car consult--line-history)
|
||||||
search-ring-max))))
|
search-ring-max))))
|
||||||
|
|
||||||
|
|
||||||
;; bibliography file location
|
;; bibliography file location
|
||||||
(after! citar
|
(after! citar
|
||||||
(setq! citar-bibliography '("/Users/emenel/Zotero/lib.bib"))
|
(setq! citar-bibliography '("/Users/emenel/Zotero/lib.bib"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue