aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-06-06 11:17:29 +0800
committergxlin <[email protected]>2021-06-06 11:17:29 +0800
commitbd7d13c48383551cb4b81f9a62e3f38431b168c2 (patch)
tree2f1a5e4654b054dfc0a83453b9ad5e2197388348 /.emacs.d/init.el
parent33696132a4deecf6c717238db805b80e8bda540a (diff)
downloaddotfiles-bd7d13c48383551cb4b81f9a62e3f38431b168c2.tar.gz
dotfiles-bd7d13c48383551cb4b81f9a62e3f38431b168c2.tar.bz2
dotfiles-bd7d13c48383551cb4b81f9a62e3f38431b168c2.zip
Update
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))