diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-19 19:49:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-19 19:49:53 -0700 |
| commit | 3f6db3dd8d958e66dd6cc94e4c919c8d0f0ae38a (patch) | |
| tree | 3a3d1cb51540364a7e340ff322177c2d312e2895 /emacs/init.el | |
| parent | UI: remove completely `use-package' (diff) | |
| download | emacs.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.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 () |
