Minor, general refactor & reformatting

Also swaps C-o and M-o in ivy

And use new ;;;###package cookie (not used yet)
This commit is contained in:
Henrik Lissner
2019-04-06 00:35:43 -04:00
parent cfb3a6d137
commit 72fb5603e7
4 changed files with 6 additions and 6 deletions

View File

@@ -523,10 +523,10 @@
;; Prefixed key groups
(:prefix ("/" . "search")
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
:desc "Search buffer" "b" #'swiper
:desc "Search current directory" "d" #'+default/search-from-cwd
:desc "Jump to symbol" "i" #'imenu
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
:desc "Jump to link" "l" #'ace-link
:desc "Look up online" "o" #'+lookup/online-select
:desc "Search project" "p" #'+default/search-project)