diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-09-26 16:02:31 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-09-26 16:02:31 +0200 |
commit | 9e1f756666387d55306d5999c094d4c2c7156141 (patch) | |
tree | 79cd2cdc4696399c56c3347c42be01a8b06e2df3 /emacs.el | |
parent | 3edaae784f4d5a5fcade0306036f877b66f98c54 (diff) |
Emacs configuration: remove unused code
Diffstat (limited to 'emacs.el')
-rw-r--r-- | emacs.el | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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")) |