aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-07-25 22:23:12 -0500
committerJesús <heckyel@hyperbola.info>2018-07-25 22:23:12 -0500
commit9392325a5b2a815cdf95e727c348d6f1ad0abc15 (patch)
treef4b3d61792a767c10d686e0463ac6cf93c8907b1 /init.el
parentb5062a4097288f831e4c1cef4c7aacb3d1d71d89 (diff)
downloademacs-base-9392325a5b2a815cdf95e727c348d6f1ad0abc15.tar.lz
emacs-base-9392325a5b2a815cdf95e727c348d6f1ad0abc15.tar.xz
emacs-base-9392325a5b2a815cdf95e727c348d6f1ad0abc15.zip
Added support Markdown
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 7ebc0d6..3b6d552 100644
--- a/init.el
+++ b/init.el
@@ -36,7 +36,7 @@
;; Tools
(require 'init-flycheck)
;; Languages
-
+(require 'init-markdown)
;;; Loads custom file
(when (file-exists-p custom-file)