Add hydras to multi-cursor whitelist

master
Jacopo De Simoi 4 years ago
parent f94f25c093
commit 478bc924b7
  1. 19
      .mc-lists.el

@ -28,6 +28,13 @@
forward-sexp forward-sexp
helm-M-x helm-M-x
helm-confirm-and-exit-minibuffer helm-confirm-and-exit-minibuffer
hydra-paren/body
hydra-paren/lambda-j
hydra-paren/lambda-l
hydra-timestamp/body
hydra-timestamp/lambda-l
hydra-timestamp/lambda-n
hydra-timestamp/lambda-t
increment-number-at-point increment-number-at-point
insert-char-with-padding insert-char-with-padding
insert-comma insert-comma
@ -56,6 +63,7 @@
org-metaright org-metaright
org-open-line org-open-line
org-return org-return
org-return-and-maybe-indent
org-return-indent org-return-indent
org-self-insert-command org-self-insert-command
org-set-property org-set-property
@ -85,20 +93,28 @@
'( '(
LaTeX-mark-environment LaTeX-mark-environment
TeX-newline TeX-newline
ace-window
async-shell-command
avy-goto-word-or-subword-1 avy-goto-word-or-subword-1
backward-sentence backward-sentence
beginning-of-buffer beginning-of-buffer
comment-dwim comment-dwim
compose-mail
dabbrev-completion dabbrev-completion
describe-key describe-key
end-of-buffer end-of-buffer
fill-paragraph fill-paragraph
find-file find-file
forward-button
forward-sentence forward-sentence
helm-find-files helm-find-files
ido-find-file ido-find-file
jump-to-mark jump-to-mark
make make
mu4e
mu4e-headers-mark-for-move
mu4e-headers-mark-for-trash
mu4e-headers-prev
org-agenda-next-line org-agenda-next-line
org-clock-modify-effort-estimate org-clock-modify-effort-estimate
org-clock-report org-clock-report
@ -107,6 +123,7 @@
org-insert-heading org-insert-heading
org-insert-todo-heading-respect-content org-insert-todo-heading-respect-content
org-shiftdown org-shiftdown
org-shiftmetaleft
org-shiftmetaright org-shiftmetaright
org-shiftup org-shiftup
org-update-statistics-cookies org-update-statistics-cookies
@ -116,7 +133,9 @@
set-goal-column set-goal-column
smerge-next smerge-next
tags-loop-continue tags-loop-continue
undefined
up-list up-list
where-is where-is
wilder/open-line-and-indent wilder/open-line-and-indent
xref-find-references
)) ))

Loading…
Cancel
Save