Merge branch 'main' of https://git.xenia.me.uk/pixelifytica/emacs
This commit is contained in:
commit
8ad1519eee
2
init.el
2
init.el
|
@ -1241,7 +1241,7 @@ Calls `project-remember-projects-under' for ~/Projects/"
|
|||
(defun my/open-global-bibliography ()
|
||||
"Open `org-cite-global-bibliography'."
|
||||
(interactive)
|
||||
(require 'org)
|
||||
(require 'citar)
|
||||
(find-file (car org-cite-global-bibliography)))
|
||||
(keymap-global-set "C-c w b" #'my/open-global-bibliography)
|
||||
|
||||
|
|
|
@ -23,9 +23,7 @@
|
|||
;; Media
|
||||
emms
|
||||
;; org-mode
|
||||
org-noter
|
||||
;; org-cite
|
||||
citar citar-embark
|
||||
org-roam org-noter citar citar-embark
|
||||
;; org-mode HTML export
|
||||
htmlize
|
||||
;; Projects
|
||||
|
|
Loading…
Reference in a new issue