summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-19 19:49:53 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-19 19:49:53 -0700
commit3f6db3dd8d958e66dd6cc94e4c919c8d0f0ae38a (patch)
tree3a3d1cb51540364a7e340ff322177c2d312e2895 /emacs/init.el
parentUI: remove completely `use-package' (diff)
downloademacs.d-3f6db3dd8d958e66dd6cc94e4c919c8d0f0ae38a.tar.gz
no need for `use-package' for a few more modes
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 ()