Use racket for geiser
This commit is contained in:
parent
d885cdb885
commit
3e8473e696
2 changed files with 4 additions and 2 deletions
|
@ -204,7 +204,9 @@
|
|||
|
||||
(use-package geiser
|
||||
:config
|
||||
(setq geiser-active-implementations '(guile)))
|
||||
(setq geiser-active-implementations '(racket)))
|
||||
|
||||
(use-package geiser-racket)
|
||||
|
||||
(use-package racket-mode)
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
'(org-default-notes-file "notes.org")
|
||||
'(org-directory "D:/visua/HiDrive/Documents/journal")
|
||||
'(package-selected-packages
|
||||
'(all-the-icons-ivy-rich-mode all-the-icons-ivy-rich all-the-icons-dired doom-themes atom-one-dark-theme geiser all-the-icons powershell counsel helpful web-mode use-package toc-org slime projectile ox-reveal olivetti nordless-theme nord-theme memoize magit js2-mode ivy htmlize f elpy elisp-refs eglot dash-functional color-theme-sanityinc-tomorrow ace-window))
|
||||
'(geiser-racket all-the-icons-ivy-rich-mode all-the-icons-ivy-rich all-the-icons-dired doom-themes atom-one-dark-theme geiser all-the-icons powershell counsel helpful web-mode use-package toc-org slime projectile ox-reveal olivetti nordless-theme nord-theme memoize magit js2-mode ivy htmlize f elpy elisp-refs eglot dash-functional color-theme-sanityinc-tomorrow ace-window))
|
||||
'(python-shell-interpreter "ipython")
|
||||
'(python-shell-interpreter-args "--simple-prompt -i")
|
||||
'(tetris-x-colors
|
||||
|
|
Loading…
Add table
Reference in a new issue