X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/88cccb23b1032e41cebe94f303c78cad73cf195d..88606ff7dc0f900042c51f37a4d76ec657e72294:/.emacs.d/init.org diff --git a/.emacs.d/init.org b/.emacs.d/init.org index b46b8b0..1ea9fe1 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -1090,7 +1090,7 @@ There's no way I could top that, so I won't attempt to. #+begin_src emacs-lisp (use-package swiper :after ivy - :bind (("C-s" . swiper) + :bind (("C-s" . swiper-isearch) ("C-r" . swiper) ("C-S-s" . isearch-forward))) #+end_src @@ -1201,7 +1201,12 @@ There's no way I could top that, so I won't attempt to. (mode . emacs-lisp-mode) (mode . scheme-mode) (mode . haskell-mode) - (mode . lean-mode))) + (mode . lean-mode) + (mode . alloy-mode))) + ("tex" + (or + (mode . bibtex-mode) + (mode . latex-mode))) ("emacs" (or (name . "^\\*scratch\\*$") @@ -2258,6 +2263,19 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. :files (:defaults "Debbugs.wsdl"))) #+end_src +** org-ref + +#+begin_src emacs-lisp +(use-package org-ref + :init + (a/setq-every '("~/usr/org/references.bib") + reftex-default-bibliography + org-ref-default-bibliography) + (setq + org-ref-bibliography-notes "~/usr/org/notes.org" + org-ref-pdf-directory "~/usr/org/bibtex-pdfs/")) +#+end_src + * Email :PROPERTIES: :CUSTOM_ID: email @@ -2509,7 +2527,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (concat "Hi %F,\n\n" a/message-cite-style-format) a/message-cite-style-format))) "Citation style based on Mozilla Thunderbird's. Use with message-cite-style.") - (setq message-cite-style 'message-cite-style-bandali + (setq ;; message-cite-style 'message-cite-style-bandali message-kill-buffer-on-exit t message-send-mail-function 'message-send-mail-with-sendmail message-sendmail-envelope-from 'header