aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 8ed2a78..1d345b6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -86,7 +86,9 @@
("\\.md\\'" . markdown-mode)
("\\.markdown\\'" . markdown-mode))
:init
- (setq markdown-command "multimarkdown"))
+ (setq markdown-command "multimarkdown")
+ (evil-define-key 'normal markdown-mode-map
+ (kbd "<RET>") 'markdown-follow-link-at-point))
(use-package exec-path-from-shell
:if (memq window-system '(mac ns))