Skip to content

Commit

Permalink
refactor: remove org-timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Nov 20, 2024
1 parent b862d1e commit 05e6534
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lisp/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ prepended to the element after the #+HEADER: tag."
(org-babel-do-load-languages 'org-babel-load-languages
load-language-alist)


(use-package org-rich-yank
:bind (:map org-mode-map
("C-M-y" . org-rich-yank)))
Expand All @@ -241,10 +240,6 @@ prepended to the element after the #+HEADER: tag."
:map org-mode-map
("C-c M-o" . org-mime-org-buffer-htmlize)))

;; Add graphical view of agenda
(use-package org-timeline
:hook (org-agenda-finalize . org-timeline-insert-timeline))

;; Auto-toggle Org LaTeX fragments
(use-package org-fragtog
:diminish
Expand Down

0 comments on commit 05e6534

Please sign in to comment.