diff options
author | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:16:00 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:16:00 -0500 |
commit | e106b24d325be6079ae8d5d1b159cc63307f59bc (patch) | |
tree | 3c32bcc44cdcb6533a5aecfdda2cdcf3092764e2 /.emacs | |
parent | enable history-incremental-pattern-search-backward zsh (diff) |
comment
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,6 +139,8 @@ Extended Format date in the date field and return it as a string obeing (funcall shortener yearfield)))) ;; Don't have accented characters in keys (let ((charMap '(;; This list based on Xah Lee's http://ergoemacs.org/emacs/emacs_zap_gremlins.html + ;; Case-sensitivity (see bibtex-autokey-name-change-strings) requires us to + ;; duplicate everything ("ß" . "ss") ("á\\|à\\|â\\|ä\\|ā\\|ǎ\\|ã\\|å\\|ą\\|ă\\|ạ\\|ả\\|ả\\|ấ\\|ầ\\|ẩ\\|ẫ\\|ậ\\|ắ\\|ằ\\|ẳ\\|ặ" . "a") ("æ" . "ae") |