From c442e9169b3dfbbaba7fa2f13a590a383706c7f7 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 8 Jul 2020 14:04:20 +0200 Subject: Emacs/calc: Use keypad comma as decimal separator --- dot.emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 9f370ce..94cf1e3 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -268,6 +268,9 @@ (add-hook 'text-mode-hook #'turn-on-auto-fill) +;; Use keypad comma as decimal separator +(define-key calc-digit-map (kbd ") ".") + ;;; Mail (use-package gnus :config -- cgit v1.2.3