use package geiser
This commit is contained in:
parent
9c445714f3
commit
83fc3f0d9a
4 changed files with 6 additions and 3 deletions
|
@ -19,7 +19,6 @@
|
|||
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core))))
|
||||
|
||||
(setq python-shell-interpreter "python")
|
||||
(setq geiser-active-implementations '(guile))
|
||||
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(add-to-list 'Info-default-directory-list "~/Info")
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
(horizontal-scroll-bar-mode -1)
|
||||
(global-hl-line-mode 1)
|
||||
(define-key menu-bar-tools-menu [games] nil)
|
||||
(display-time-mode 1)
|
||||
(setq-default display-time-24hr-format t)
|
||||
(display-time-mode 1)
|
||||
(global-prettify-symbols-mode 1)
|
||||
(setq-default mode-line-format
|
||||
(list "-"
|
||||
|
|
|
@ -174,3 +174,7 @@ There are two things you can do about this warning:
|
|||
(use-package powershell)
|
||||
|
||||
(use-package all-the-icons)
|
||||
|
||||
(use-package geiser
|
||||
:config
|
||||
(setq geiser-active-implementations '(guile)))
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
'(all-the-icons-ivy all-the-icons-dired powershell forge request all-the-icons-ibuffer all-the-icons-ivy-rich all-the-icons-ivy-rich-mode all-the-icons-ibuffer-mode ox-reveal csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit))
|
||||
'(geiser all-the-icons-ivy all-the-icons-dired powershell forge request all-the-icons-ibuffer all-the-icons-ivy-rich all-the-icons-ivy-rich-mode all-the-icons-ibuffer-mode ox-reveal csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit))
|
||||
'(projectile-completion-system 'ivy)
|
||||
'(scroll-bar-mode nil))
|
||||
(custom-set-faces
|
||||
|
|
Loading…
Add table
Reference in a new issue