summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-09-26 16:02:31 +0200
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-09-26 16:02:31 +0200
commit6b996282c2e3b9d0f1cfcdc1e5e47851ceeb5f8f (patch)
tree9a200c8307989a98cad1093553f064bcd11c0c7b /emacs.el
parent153efc576a913c3d3fb8890b00b8143cc0b3d3f1 (diff)
Emacs configuration: remove unused code
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el13
1 files changed, 0 insertions, 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"))