diff options
Diffstat (limited to '.config/emacs/modules')
| -rw-r--r-- | .config/emacs/modules/mm-abbrev.el | 4 | ||||
| -rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el index 0f37cda..d32ec0d 100644 --- a/.config/emacs/modules/mm-abbrev.el +++ b/.config/emacs/modules/mm-abbrev.el @@ -79,7 +79,7 @@ case-sensitive to avoid unexpected abbreviation expansions." "sr" "save-restriction") (when mm-humanwave-p - (with-eval-after-load 'python-ts-mode + (with-eval-after-load 'python (mm-define-abbreviations python-ts-mode-abbrev-table "empb" "with emphasize.Block():" "empf" "@emphasize.func" @@ -107,4 +107,4 @@ case-sensitive to avoid unexpected abbreviation expansions." #'tempel-complete -10 :local)))) (add-to-list 'auto-mode-alist (cons tempel-path #'lisp-data-mode))) -(provide 'mm-abbrev)
\ No newline at end of file +(provide 'mm-abbrev) diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index a5919de..3aa548e 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -124,6 +124,8 @@ the first command is remapped to the second command." "C-M-@" #'mm-add-cursor-to-next-word + "C-c c a" #'mc/vertical-align-with-space + "C-c c i" #'mc/insert-numbers "C-c c t" #'mm-transpose-cursor-regions "C-c d" #'duplicate-dwim "C-c t a" #'e/align-regexp @@ -153,4 +155,4 @@ the first command is remapped to the second command." (which-key-ellipsis "…") (wihch-key-idle-delay .5)) -(provide 'mm-keybindings)
\ No newline at end of file +(provide 'mm-keybindings) |