Changeset debf2d6 in dotfiles


Ignore:
Timestamp:
Nov 27, 2022, 11:42:13 PM (2 years ago)
Author:
w96k <w96k@…>
Branches:
master
Children:
121100d
Parents:
cd4bc41
Message:

Emacs: Update loading guix copyright file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs.d/.emacs-config.org

    rcd4bc41 rdebf2d6  
    17261726  (with-eval-after-load 'geiser-guile
    17271727    (progn
    1728     (add-to-list 'geiser-guile-load-path "~/projects/guix/")))
    1729 
    1730   (load-file "~/projects/guix/etc/copyright.el")
     1728      (add-to-list 'geiser-guile-load-path "~/projects/guix/")))
     1729
     1730  (let ((guix-copyright "~/projects/guix/etc/copyright.el"))
     1731    (if (file-exists-p guix-copyright)
     1732        (load-file "~/projects/guix/etc/copyright.el")))
    17311733
    17321734  (setq copyright-names-regexp
Note: See TracChangeset for help on using the changeset viewer.