diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-11-22 11:42:37 -0600 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-11-22 11:42:37 -0600 |
| commit | a8e68932fe2f16f186e59e159687eb033f5588c5 (patch) | |
| tree | ddc7d443b51ccc31e2b6bbb967f996a2f42f2c6e | |
| parent | 94c50e7cb76dc5ef5ca78601e8f1a679d0a8299e (diff) | |
| download | dotfiles-a8e68932fe2f16f186e59e159687eb033f5588c5.tar.gz dotfiles-a8e68932fe2f16f186e59e159687eb033f5588c5.zip | |
Emacs: Add literate-calc-mode
| -rw-r--r-- | common/.emacs.d/init.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index ac15fea..b93b678 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -2282,6 +2282,13 @@ Only works on a single file." calc-group-digits t calc-kill-line-numbering nil)) +(use-package literate-calc-mode + :ensure t + :init + (keymap-global-set "H-x c" 'literate-calc-minor-mode) + :config + (setq-default literate-calc-usimplify-results t)) + (use-package tab-bar :config (setq |
