Bind keyboard Calculator key to open calc

This commit is contained in:
Evie Litherland-Smith 2024-06-14 18:04:02 +01:00
parent e2614e94c0
commit df06c39e52

View file

@ -179,6 +179,9 @@
(use-package eshell (use-package eshell
:bind (("C-c t e" . eshell))) :bind (("C-c t e" . eshell)))
(use-package calc
:bind (("<Calculator>" . calc)))
(use-package xref (use-package xref
:custom :custom
(xref-show-definitions-function 'xref-show-definitions-completing-read)) (xref-show-definitions-function 'xref-show-definitions-completing-read))