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 /custom.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 'custom.el')
-rw-r--r-- | custom.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,9 @@ '(anzu-replace-threshold 1000) '(anzu-replace-to-string-separator " => ") '(anzu-search-threshold 1000) - '(package-selected-packages (quote (flycheck nlinum sublime-themes fullframe)))) + '(package-selected-packages + (quote + (markdown-mode sublime-themes sml-modeline smart-mode-line-powerline-theme nlinum flycheck anzu)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |