Remove bind to open citar-bibliography
This commit is contained in:
parent
edb2a5854b
commit
2563f7ebd5
10
init.el
10
init.el
|
@ -776,8 +776,7 @@
|
||||||
|
|
||||||
(use-package citar
|
(use-package citar
|
||||||
:if (package-installed-p 'citar)
|
:if (package-installed-p 'citar)
|
||||||
:defines (citar-bibliography
|
:defines (citar-indicators)
|
||||||
citar-indicators)
|
|
||||||
:functions (citar-indicator-create
|
:functions (citar-indicator-create
|
||||||
citar-has-files
|
citar-has-files
|
||||||
citar-has-links
|
citar-has-links
|
||||||
|
@ -1256,13 +1255,6 @@
|
||||||
(find-file org-default-notes-file))
|
(find-file org-default-notes-file))
|
||||||
(keymap-global-set "C-c w n" #'my/open-org-default-notes-file)
|
(keymap-global-set "C-c w n" #'my/open-org-default-notes-file)
|
||||||
|
|
||||||
(defun my/open-citar-bibliography ()
|
|
||||||
"Open `citar-bibliography'."
|
|
||||||
(interactive)
|
|
||||||
(require 'citar)
|
|
||||||
(find-file (car citar-bibliography)))
|
|
||||||
(keymap-global-set "C-c w b" #'my/open-citar-bibliography)
|
|
||||||
|
|
||||||
(defun my/configure-theme ()
|
(defun my/configure-theme ()
|
||||||
"Load theme and configure some faces."
|
"Load theme and configure some faces."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue