diff options
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 "<kp-separator">) ".") + ;;; Mail (use-package gnus :config |
