mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-23 11:15:00 +00:00
[emacs] Configure biblio and citar
This commit is contained in:
parent
e239892d16
commit
60785051ae
2 changed files with 6 additions and 2 deletions
|
@ -134,6 +134,10 @@ Calibre library, which I regularly export and keep synced via Nextcloud.
|
||||||
my/bibliographies)
|
my/bibliographies)
|
||||||
(setq bibtex-completion-pdf-field "File")
|
(setq bibtex-completion-pdf-field "File")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
*** Citar
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq citar-bibliography my/bibliographies)
|
||||||
|
#+end_src
|
||||||
** Org
|
** Org
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle no :noweb-ref org
|
:header-args: :tangle no :noweb-ref org
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
;;ansible
|
;;ansible
|
||||||
;;biblio ; Writes a PhD for you (citation needed)
|
biblio ; Writes a PhD for you (citation needed)
|
||||||
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
||||||
;;direnv
|
;;direnv
|
||||||
docker
|
docker
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
:app
|
:app
|
||||||
calendar
|
calendar
|
||||||
;;emms
|
;;emms
|
||||||
;;everywhere ; *leave* Emacs!? You must be joking
|
everywhere ; *leave* Emacs!? You must be joking
|
||||||
irc ; how neckbeards socialize
|
irc ; how neckbeards socialize
|
||||||
(rss +org) ; emacs as an RSS reader
|
(rss +org) ; emacs as an RSS reader
|
||||||
twitter ; twitter client https://twitter.com/vnought
|
twitter ; twitter client https://twitter.com/vnought
|
||||||
|
|
Loading…
Reference in a new issue