X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/89d694792680cfad4e7dad5bf1a7bbe8eabe83b9..71c95f6fb2bf0d4dd903db05ae0f90f9d96591c9:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 2cb6100..bd9c448 100644 --- a/dot/emacs +++ b/dot/emacs @@ -416,6 +416,8 @@ (setq cltl2-root-url (mdw-config 'cltl-url)) (setq common-lisp-hyperspec-root (mdw-config 'hyperspec-url)) +(setq ediff-split-window-function 'split-window-horizontally) + (setq rfcview-rfc-location-pattern "/ftp@mirror.distorted.org.uk:/pub/mirrors/rfc/rfc%s.txt" rfcview-std-location-pattern @@ -1037,7 +1039,16 @@ bibtex-entry-format '(realign opts-or-alts required-fields numerical-fields last-comma delimiters unify-case sort-fields braces) - bibtex-include-OPTkey t) + bibtex-sort-ignore-string-entries nil + bibtex-maintain-sorted-entries 'entry-class + bibtex-include-OPTkey t + bibtex-autokey-names-stretch 1 + bibtex-autokey-expand-strings t + bibtex-autokey-name-separator "-" + bibtex-autokey-year-length 4 + bibtex-autokey-titleword-separator "-" + bibtex-autokey-name-year-separator "-" + bibtex-autokey-year-title-separator ":") ;;;-------------------------------------------------------------------------- ;;; SLIME setup.