diff options
author | Adrian Kummerlaender | 2020-07-08 22:21:00 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-07-08 22:21:00 +0200 |
commit | 18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2 (patch) | |
tree | ad44ebf20ff5192dcfe069b3221992e00bb4b9ac /gui | |
parent | 643e0f5019fb8f7e0b6a225a53367fa5c021ba9d (diff) | |
download | nixos_home-18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2.tar nixos_home-18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2.tar.gz nixos_home-18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2.tar.bz2 nixos_home-18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2.tar.lz nixos_home-18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2.tar.xz nixos_home-18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2.tar.zst nixos_home-18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2.zip |
Add literate calc minor mode
Diffstat (limited to 'gui')
-rw-r--r-- | gui/conf/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index 81ebfe1..e270913 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -401,6 +401,9 @@ (use-package rainbow-mode :ensure t) +(use-package literate-calc-mode + :ensure t) + (add-hook 'eshell-mode-hook (lambda () (define-key eshell-mode-map (kbd "<tab>") |