Changeset 96b30c6 in dotfiles


Ignore:
Timestamp:
Aug 2, 2022, 3:34:11 AM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
27ebe67
Parents:
499be9d
Message:

Emacs: add guix setup

File:
1 edited

Legend:

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

    r499be9d r96b30c6  
    77Список тех, у кого я тырил тот или иной код для конфига.
    88
    9 - *Copyright* © /2018/, /2019/, /2020/, /2021/ Mikhail Kirillov <w96k.ru@gmail.com>
     9- *Copyright* © /2018/, /2019/, /2020/, /2021, 2022/ Mikhail Kirillov <w96k.ru@gmail.com>
    1010- *Copyright* © /2021/ Ivan Sokolov <ivan-p-sokolov@ya.ru>
    1111- *Copyright* © /2021/ Protesilaos Stavrou <info@protesilaos.com>
     
    14761476#+begin_src emacs-lisp :tangle init.el
    14771477  (package-loaded? "guix")
     1478
     1479  (with-eval-after-load 'geiser-guile
     1480    (add-to-list 'geiser-guile-load-path "~/projects/guix"))
     1481
     1482  (load-file "~/projects/guix/etc/copyright.el")
     1483
     1484  (setq copyright-names-regexp
     1485      (format "%s <%s>" user-full-name user-mail-address))
    14781486#+end_src
    14791487
Note: See TracChangeset for help on using the changeset viewer.