diff options
Diffstat (limited to 'emacs.el')
-rw-r--r-- | emacs.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -96,3 +96,8 @@ ;; Enable the column-80 line (global-display-fill-column-indicator-mode 1) (setq-default display-fill-column-indicator-column 79) + +;;; Import GUIX repository +;;; https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html +(with-eval-after-load 'geiser-guile + (add-to-list 'geiser-guile-load-path "~/src/aisaka")) |