Updating dotfiles.

This commit is contained in:
Derek Taylor
2020-09-29 16:28:27 -05:00
parent e8ae19d7ad
commit af5b75ee4d
204 changed files with 1870 additions and 2063 deletions

View File

@@ -10,7 +10,7 @@
:init
(setq geiser-active-implementations '(guile chicken mit chibi chez)
geiser-autodoc-identifier-format "%s → %s"
geiser-smart-tab-p t)
geiser-repl-current-project-function 'doom-project-root)
(unless (featurep! :lang racket)
(push 'racket geiser-active-implementations))
(after! scheme ; built-in

View File

@@ -1,9 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; lang/scheme/packages.el
(package! geiser :pin "0c86289d7b2af07e3653364219e00103c8540edf")
(package! geiser :pin "adc5c4ab5ff33cf94cb3fcd892bb9503b5fa2aa2")
(when (featurep! :checkers syntax)
(package! flycheck-guile
:recipe (:host github :repo "flatwhatson/flycheck-guile")
:pin "f37b6143776d15b3e7907e7621f6f96f8b1aec48"))
:pin "2940f1622fa352e7ca95a9e4ad65958c5575da02"))