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:
parent
cfb3a6d137
commit
72fb5603e7
4 changed files with 6 additions and 6 deletions
|
@ -77,8 +77,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
:commands (ivy-dispatching-done-hydra ivy--matcher-desc)
|
:commands (ivy-dispatching-done-hydra ivy--matcher-desc)
|
||||||
:init
|
:init
|
||||||
(define-key! ivy-minibuffer-map
|
(define-key! ivy-minibuffer-map
|
||||||
"C-o" #'+ivy-coo-hydra/body
|
"C-o" #'ivy-dispatching-done-hydra
|
||||||
"M-o" #'ivy-dispatching-done-hydra)))
|
"M-o" #'+ivy-coo-hydra/body)))
|
||||||
|
|
||||||
|
|
||||||
(def-package! ivy-rich
|
(def-package! ivy-rich
|
||||||
|
|
|
@ -523,10 +523,10 @@
|
||||||
|
|
||||||
;; Prefixed key groups
|
;; Prefixed key groups
|
||||||
(:prefix ("/" . "search")
|
(:prefix ("/" . "search")
|
||||||
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
|
|
||||||
:desc "Search buffer" "b" #'swiper
|
:desc "Search buffer" "b" #'swiper
|
||||||
:desc "Search current directory" "d" #'+default/search-from-cwd
|
:desc "Search current directory" "d" #'+default/search-from-cwd
|
||||||
:desc "Jump to symbol" "i" #'imenu
|
:desc "Jump to symbol" "i" #'imenu
|
||||||
|
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
|
||||||
:desc "Jump to link" "l" #'ace-link
|
:desc "Jump to link" "l" #'ace-link
|
||||||
:desc "Look up online" "o" #'+lookup/online-select
|
:desc "Look up online" "o" #'+lookup/online-select
|
||||||
:desc "Search project" "p" #'+default/search-project)
|
:desc "Search project" "p" #'+default/search-project)
|
||||||
|
|
|
@ -19,12 +19,12 @@
|
||||||
(set-company-backend! 'lua-mode '(company-lua company-yasnippet)))
|
(set-company-backend! 'lua-mode '(company-lua company-yasnippet)))
|
||||||
|
|
||||||
|
|
||||||
;; `moonscript'
|
;;;###package moonscript
|
||||||
(setq-hook! 'moonscript-mode-hook moonscript-indent-offset tab-width)
|
(setq-hook! 'moonscript-mode-hook moonscript-indent-offset tab-width)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Frameworks
|
;;; Frameworks
|
||||||
|
|
||||||
(def-project-mode! +lua-love-mode
|
(def-project-mode! +lua-love-mode
|
||||||
:modes (lua-mode markdown-mode json-mode)
|
:modes (lua-mode markdown-mode json-mode)
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"e" #'bundle-exec
|
"e" #'bundle-exec
|
||||||
"o" #'bundle-open))
|
"o" #'bundle-open))
|
||||||
|
|
||||||
;; `rvm'
|
;;;###package `rvm'
|
||||||
(setq rspec-use-rvm t)
|
(setq rspec-use-rvm t)
|
||||||
|
|
||||||
(after! rbenv
|
(after! rbenv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue