diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-25 22:23:12 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-25 22:23:12 -0500 |
commit | 9392325a5b2a815cdf95e727c348d6f1ad0abc15 (patch) | |
tree | f4b3d61792a767c10d686e0463ac6cf93c8907b1 /init.el | |
parent | b5062a4097288f831e4c1cef4c7aacb3d1d71d89 (diff) | |
download | emacs-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.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ ;; Tools (require 'init-flycheck) ;; Languages - +(require 'init-markdown) ;;; Loads custom file (when (file-exists-p custom-file) |