diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/init.el | 3 |
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 () |