diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-17 13:33:27 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-17 13:33:27 +0200 |
commit | 363a7774f54c0a3d03ae01431c07bcd78e991177 (patch) | |
tree | 090ac2d9e5aa806d879bd63ad23f7d4173179ed2 /.config/emacs/modules/mm-editing.el | |
parent | 5bd6df1b2816e7be92d67cc114e736fdcc2571eb (diff) |
emacs: Add ‘csv-mode’
Diffstat (limited to '.config/emacs/modules/mm-editing.el')
-rw-r--r-- | .config/emacs/modules/mm-editing.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index e714e0f..d9cc99e 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -227,4 +227,10 @@ is as described by `emmet-expand-line'." :ensure t :bind ("C-," . mm-editing-emmet-dwim)) + +;;; Additional Major Modes + +(use-package csv-mode + :ensure t) + (provide 'mm-editing) |