summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 1ef3676..7fbc245 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -17,7 +17,8 @@
(defvar my/package-list
'(use-package
exec-path-from-shell
- notmuch)
+ notmuch
+ markdown-mode)
"List of packages to be installed.")
(defun my/packages-installed-p ()