From 9e1f756666387d55306d5999c094d4c2c7156141 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 26 Sep 2022 16:02:31 +0200 Subject: Emacs configuration: remove unused code --- emacs.el | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/emacs.el b/emacs.el index 08bbd19..d122684 100644 --- a/emacs.el +++ b/emacs.el @@ -61,13 +61,6 @@ (global-set-key (kbd "M-v") 'emr-scm-extract-variable) (global-set-key (kbd "M-f") 'emr-scm-extract-function) -;; https://github.com/nbfalcon/macrostep-geiser -;; Macrostep Configuration -;; Inactive Due to Missing Package - -;;(eval-after-load 'geiser-mode '(add-hook 'geiser-mode-hook #'macrostep-geiser-setup)) -;;(eval-after-load 'geiser-repl '(add-hook 'geiser-repl-mode-hook #'macrostep-geiser-setup)) - ;; https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html ;; Copyright Information @@ -77,9 +70,3 @@ ;; Startup Screen Inhibition (setq inhibit-startup-screen t) - -;; https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html -;; Add Local Guix Repository to Load Path - -;; (with-eval-after-load 'geiser-guile -;; (add-to-list 'geiser-guile-load-path "~/src/guix")) -- cgit v1.2.3