diff options
author | Case Duckworth | 2021-08-29 10:37:28 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-29 10:37:28 -0500 |
commit | 866870ca2abc735b07b65d31b8c83290e574dfcd (patch) | |
tree | 44ba7ce55934871e7a88a0c264d27f0a4c33bb90 | |
parent | Properly detect edit-server frames (diff) | |
download | emacs-866870ca2abc735b07b65d31b8c83290e574dfcd.tar.gz emacs-866870ca2abc735b07b65d31b8c83290e574dfcd.zip |
Add markdown-mode
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index d075bef..b089cda 100644 --- a/init.el +++ b/init.el | |||
@@ -1584,6 +1584,8 @@ successive invocations." | |||
1584 | (acdw/sunrise-sunset #'modus-themes-load-operandi | 1584 | (acdw/sunrise-sunset #'modus-themes-load-operandi |
1585 | #'modus-themes-load-vivendi)) | 1585 | #'modus-themes-load-vivendi)) |
1586 | 1586 | ||
1587 | (setup (:straight markdown-mode)) | ||
1588 | |||
1587 | (setup (:straight mwim) | 1589 | (setup (:straight mwim) |
1588 | (:global "C-a" mwim-beginning | 1590 | (:global "C-a" mwim-beginning |
1589 | "C-e" mwim-end)) | 1591 | "C-e" mwim-end)) |