bibtext removal

This commit is contained in:
2024-12-17 22:37:58 -06:00
parent eaf48232cd
commit 0237405cdd

View File

@@ -268,7 +268,7 @@
;; CONFIG ;; CONFIG
(require 'config-general-mode) (require 'config-general-mode)
(add-to-list 'auto-mode-alist '("\\.conf$" . config-general-mode)) (add-to-list 'auto-mode-alist '("\\.conf$" . config-general-mode))
(setq all-the-icons-scale-factor .8) ;; fixes the issue of rightmost characters not fitting. (setq all-the-icons-scale-factor .8) ;; fixes the issue of rightmost characters not fitting.
(set-face-attribute 'mode-line nil :font "Iosevka Nerd Font-15") (set-face-attribute 'mode-line nil :font "Iosevka Nerd Font-15")
@@ -338,11 +338,6 @@
("CANCELED" . +org-todo-cancel))) ("CANCELED" . +org-todo-cancel)))
(require 'org-habit)) (require 'org-habit))
(use-package! org-roam-bibtex
:after org-roam
:load-path "~/Documents/Notes/bibtex/")
;; :config
;; (require 'org-ref)) ; optional: if using Org-ref v2 or v3 citation links
(custom-set-faces (custom-set-faces
'(org-level-1 ((t (:inherit outline-1 :height 1.4)))) '(org-level-1 ((t (:inherit outline-1 :height 1.4))))
@@ -351,7 +346,7 @@
'(org-level-4 ((t (:inherit outline-4 :height 1.1)))) '(org-level-4 ((t (:inherit outline-4 :height 1.1))))
'(org-level-5 ((t (:inherit outline-5 :height 1.0)))) '(org-level-5 ((t (:inherit outline-5 :height 1.0))))
'(org-document-title ((t (:inherit outline-1 :height 2.0)))) '(org-document-title ((t (:inherit outline-1 :height 2.0))))
) )
;; (use-package org-alert ;; (use-package org-alert
;; :ensure t) ;; :ensure t)
@@ -414,9 +409,9 @@
(use-package! org-roam-ui (use-package! org-roam-ui
:after org-roam ;; or :after org :after org-roam ;; or :after org
;; normally we'd recommend hooking orui after org-roam, but since org-roam does not have ;; normally we'd recommend hooking orui after org-roam, but since org-roam does not have
;; a hookable mode anymore, you're advised to pick something yourself ;; a hookable mode anymore, you're advised to pick something yourself
;; if you don't care about startup time, use ;; if you don't care about startup time, use
;; :hook (after-init . org-roam-ui-mode) ;; :hook (after-init . org-roam-ui-mode)
:config :config
(setq org-roam-ui-sync-theme t (setq org-roam-ui-sync-theme t