aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2020-02-22 23:16:00 -0500
committerRyan Kavanagh <rak@debian.org>2020-02-22 23:16:00 -0500
commite106b24d325be6079ae8d5d1b159cc63307f59bc (patch)
tree3c32bcc44cdcb6533a5aecfdda2cdcf3092764e2 /.emacs
parentenable history-incremental-pattern-search-backward zsh (diff)
comment
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index ca4f66d..c9be92b 100644
--- a/.emacs
+++ b/.emacs
@@ -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")