bibtext removal
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
|
||||
;; CONFIG
|
||||
(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.
|
||||
(set-face-attribute 'mode-line nil :font "Iosevka Nerd Font-15")
|
||||
@@ -338,11 +338,6 @@
|
||||
("CANCELED" . +org-todo-cancel)))
|
||||
(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
|
||||
'(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-5 ((t (:inherit outline-5 :height 1.0))))
|
||||
'(org-document-title ((t (:inherit outline-1 :height 2.0))))
|
||||
)
|
||||
)
|
||||
|
||||
;; (use-package org-alert
|
||||
;; :ensure t)
|
||||
@@ -414,9 +409,9 @@
|
||||
|
||||
(use-package! org-roam-ui
|
||||
:after org-roam ;; or :after org
|
||||
;; 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
|
||||
;; if you don't care about startup time, use
|
||||
;; 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
|
||||
;; if you don't care about startup time, use
|
||||
;; :hook (after-init . org-roam-ui-mode)
|
||||
:config
|
||||
(setq org-roam-ui-sync-theme t
|
||||
|
||||
Reference in New Issue
Block a user