aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-writing.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-29 21:53:13 -0400
committerBardofSprites <[email protected]>2024-09-29 21:53:13 -0400
commitd86da14a611d14be0e1dd2b570f07b7c578cb415 (patch)
treec2d42ccd52f25800423eefa84fc45445e553b1d4 /bard-emacs-modules/bard-emacs-writing.el
parentf0fffcceb660b0fd006ca1291d1bd05670002dd7 (diff)
refractor
Diffstat (limited to 'bard-emacs-modules/bard-emacs-writing.el')
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el
index 3bdec91..8d84c15 100644
--- a/bard-emacs-modules/bard-emacs-writing.el
+++ b/bard-emacs-modules/bard-emacs-writing.el
@@ -121,11 +121,6 @@
("C-c n l" . denote-find-link)
("C-c n L" . denote-find-backlink)))
-(use-package markdown-mode
- :ensure t
- :mode ("README\\.md\\'" . gfm-mode)
- :init (setq markdown-command "multimarkdown"))
-
;;; Focus mode for writing
;; Center line scrolling for focused writing
@@ -206,8 +201,4 @@
:config
(pdf-tools-install))
-(use-package nov
- :ensure t
- )
-
(provide 'bard-emacs-writing)