about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-29 10:37:28 -0500
committerCase Duckworth2021-08-29 10:37:28 -0500
commit866870ca2abc735b07b65d31b8c83290e574dfcd (patch)
tree44ba7ce55934871e7a88a0c264d27f0a4c33bb90 /init.el
parentProperly detect edit-server frames (diff)
downloademacs-866870ca2abc735b07b65d31b8c83290e574dfcd.tar.gz
emacs-866870ca2abc735b07b65d31b8c83290e574dfcd.zip
Add markdown-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
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))