X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/fe488eeae790669ae7b997caef10328fe6b23ee9..89d694792680cfad4e7dad5bf1a7bbe8eabe83b9:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 40bea4e..2cb6100 100644 --- a/dot/emacs +++ b/dot/emacs @@ -331,7 +331,7 @@ iswitchb-default-method 'samewindow ;in other random frames ido-default-file-method 'selected-window ido-default-buffer-method 'selected-window) -(setq ido-emable-prefix t +(setq ido-enable-prefix t ido-enable-flex-matching t ido-everywhere t ido-confirm-unique-completion t @@ -1033,10 +1033,11 @@ (t . "sec:"))) (setq bibtex-field-delimiters 'double-quotes + bibtex-align-at-equal-sign t bibtex-entry-format '(realign opts-or-alts required-fields numerical-fields last-comma delimiters - unify-case) - bibtex-include-OPTkey nil) + unify-case sort-fields braces) + bibtex-include-OPTkey t) ;;;-------------------------------------------------------------------------- ;;; SLIME setup.