From 83fc3f0d9a3752cdfccb25747289f1c38d90929e Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Thu, 26 Nov 2020 17:57:36 +0100 Subject: [PATCH] use package geiser --- bundle/bundle--customfile.el | 1 - bundle/bundle--defaults.el | 2 +- bundle/bundle--package.el | 4 ++++ bundle/custom_gnu.el | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bundle/bundle--customfile.el b/bundle/bundle--customfile.el index 3404a442..ab9f9820 100644 --- a/bundle/bundle--customfile.el +++ b/bundle/bundle--customfile.el @@ -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") diff --git a/bundle/bundle--defaults.el b/bundle/bundle--defaults.el index 3417ff1e..3e327217 100644 --- a/bundle/bundle--defaults.el +++ b/bundle/bundle--defaults.el @@ -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 "-" diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 75165457..bf0570a9 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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))) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index d1026ef8..185dcb83 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -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