Fix indentation on .mc-lists.el

This commit is contained in:
Adam Goldsmith 2018-09-13 22:21:20 -04:00
parent 25e226ab01
commit 488276e55a

View File

@ -9,29 +9,51 @@
TeX-insert-backslash TeX-insert-backslash
TeX-insert-dollar TeX-insert-dollar
TeX-insert-sub-or-superscript TeX-insert-sub-or-superscript
antlr-electric-character
antlr-indent-command
c-electric-brace c-electric-brace
c-electric-colon c-electric-colon
c-electric-delete-forward
c-electric-lt-gt c-electric-lt-gt
c-electric-paren c-electric-paren
c-electric-semi&comma c-electric-semi&comma
c-electric-slash c-electric-slash
c-end-of-statement
c-indent-line-or-region c-indent-line-or-region
comment-dwim comment-dwim
crux-move-beginning-of-line
delete-indentation
electric-newline-and-maybe-indent electric-newline-and-maybe-indent
electric-verilog-colon electric-verilog-colon
electric-verilog-semi electric-verilog-semi
electric-verilog-tab electric-verilog-tab
end-of-buffer
hydra-mc/mc/edit-lines hydra-mc/mc/edit-lines
indent-for-tab-command indent-for-tab-command
kill-region kill-region
markdown-exdent-or-delete markdown-exdent-or-delete
org-beginning-of-line
org-cycle
org-delete-char
org-delete-indentation
org-end-of-line
org-force-self-insert
org-kill-line
org-return
org-return-indent
org-self-insert-command
org-yank
reindent-then-newline-and-indent reindent-then-newline-and-indent
upcase-region
yas-expand yas-expand
)) ))
(setq mc/cmds-to-run-once (setq mc/cmds-to-run-once
'( '(
TeX-view TeX-view
avy-goto-char
c-electric-star
handle-switch-frame
hydra--digit-argument hydra--digit-argument
hydra-mc-manual/body hydra-mc-manual/body
hydra-mc-manual/lambda-<return> hydra-mc-manual/lambda-<return>
@ -53,7 +75,12 @@
hydra-mc/mc/unmark-previous-like-this hydra-mc/mc/unmark-previous-like-this
hydra-mc/nil hydra-mc/nil
mouse-set-region mouse-set-region
org-insert-heading-respect-content
org-latex-export-to-pdf-no-kr
python-shell-send-buffer
recompile recompile
smex smex
swiper
switch-to-buffer switch-to-buffer
undo-tree-visualize
)) ))