mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +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)
|
||||
(setq bibtex-completion-pdf-field "File")
|
||||
#+end_src
|
||||
*** Citar
|
||||
#+begin_src emacs-lisp
|
||||
(setq citar-bibliography my/bibliographies)
|
||||
#+end_src
|
||||
** Org
|
||||
:PROPERTIES:
|
||||
:header-args: :tangle no :noweb-ref org
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
:tools
|
||||
;;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
|
||||
;;direnv
|
||||
docker
|
||||
|
@ -194,7 +194,7 @@
|
|||
:app
|
||||
calendar
|
||||
;;emms
|
||||
;;everywhere ; *leave* Emacs!? You must be joking
|
||||
everywhere ; *leave* Emacs!? You must be joking
|
||||
irc ; how neckbeards socialize
|
||||
(rss +org) ; emacs as an RSS reader
|
||||
twitter ; twitter client https://twitter.com/vnought
|
||||
|
|
Loading…
Reference in a new issue