diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bc8df78..3e436d7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -497,9 +497,6 @@ markdown-command "multimarkdown") (add-to-list 'auto-mode-alist '("\\.md\\'" . gfm-mode))) -(use-package eat - :defer t) - (use-package org-auto-tangle :defer t) |