aboutsummaryrefslogtreecommitdiffstats
path: root/custom.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 /custom.el
parentb5062a4097288f831e4c1cef4c7aacb3d1d71d89 (diff)
downloademacs-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.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index 540260a..317da69 100644
--- a/custom.el
+++ b/custom.el
@@ -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.