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 ()
|
(defun my/open-global-bibliography ()
|
||||||
"Open `org-cite-global-bibliography'."
|
"Open `org-cite-global-bibliography'."
|
||||||
(interactive)
|
(interactive)
|
||||||
(require 'org)
|
(require 'citar)
|
||||||
(find-file (car org-cite-global-bibliography)))
|
(find-file (car org-cite-global-bibliography)))
|
||||||
(keymap-global-set "C-c w b" #'my/open-global-bibliography)
|
(keymap-global-set "C-c w b" #'my/open-global-bibliography)
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,7 @@
|
||||||
;; Media
|
;; Media
|
||||||
emms
|
emms
|
||||||
;; org-mode
|
;; org-mode
|
||||||
org-noter
|
org-roam org-noter citar citar-embark
|
||||||
;; org-cite
|
|
||||||
citar citar-embark
|
|
||||||
;; org-mode HTML export
|
;; org-mode HTML export
|
||||||
htmlize
|
htmlize
|
||||||
;; Projects
|
;; Projects
|
||||||
|
|
Loading…
Reference in a new issue