From 433f57c839f51239928ff5c95308d278aa485a4b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 22 Mar 2022 01:53:40 +0000 Subject: Changes to zsh and emacs --- doom/config.el | 9 +++++++++ doom/init.el | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'doom') diff --git a/doom/config.el b/doom/config.el index 30ce11b..8ad0055 100644 --- a/doom/config.el +++ b/doom/config.el @@ -898,6 +898,15 @@ https://yannherklotz.com") (when-let (project (project-current)) (car (project-roots project)))))) +(use-package! geiser-chicken + :config + (setq geiser-chicken-binary "chicken-csi")) + +(use-package! geiser + :init + (map! :map geiser-mode-map "C-." nil) + (map! :map geiser-repl-mode-map "C-." nil)) + (use-package! emacs :init ;; Add prompt indicator to `completing-read-multiple'. diff --git a/doom/init.el b/doom/init.el index 4715e1a..3b3c530 100644 --- a/doom/init.el +++ b/doom/init.el @@ -137,6 +137,7 @@ nix ; I hereby declare "nix geht mehr!" ocaml ; an objective camel (org ; organize your plain life in plain text + +gnuplot ;;+dragndrop ; drag & drop files/images into org buffers +hugo ; use Emacs for hugo blogging ;;+jupyter ; ipython/jupyter support for babel @@ -150,13 +151,13 @@ ;;purescript ; javascript, but functional python ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever - racket ; a DSL for DSLs + ;;racket ; a DSL for DSLs ;;rest ; Emacs as a REST client rst ; ReST in peace ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good - (scheme +guile) ; a fully conniving family of lisps + (scheme +guile +chicken +racket) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? -- cgit