aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-07-08 22:21:00 +0200
committerAdrian Kummerlaender2020-07-08 22:21:00 +0200
commit18fd637cfb8a41effa4f12a6b26eb3ffb41a33f2 (patch)
treead44ebf20ff5192dcfe069b3221992e00bb4b9ac /gui/conf/init.el
parent643e0f5019fb8f7e0b6a225a53367fa5c021ba9d (diff)
downloadnixos_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/conf/init.el')
-rw-r--r--gui/conf/init.el3
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>")