From 4c7c18b34e1ae83703c54dbf3e7cce1537fcfb36 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 27 Aug 2020 19:39:28 +0200 Subject: [PATCH] Remove some unused package definitions --- init.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.el b/init.el index bb7d83f..8585fc5 100644 --- a/init.el +++ b/init.el @@ -2640,9 +2640,6 @@ With given ARG, display files in `db/important-document-path’." (add-hook 'haskell-mode-hook 'interactive-haskell-mode))) -(use-package ivy-pages - :commands (ivy-pages)) - (use-package highlight-indentation :commands highlight-indentation-mode) @@ -2669,9 +2666,6 @@ With given ARG, display files in `db/important-document-path’." :init (setq markdown-use-pandoc-style-yaml-metadata t markdown-command "pandoc -f markdown -t html")) -(use-package mastodon - :commands (mastodon)) - (use-package multiple-cursors :pin "melpa-stable" :ensure t