all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 353bb279fa5177ab6aae0c4c3cdbddd877c2626b 607 bytes (raw)
name: emacs/guix-init.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
(require 'guix-config)
(require 'guix-autoloads)

(defvar guix-load-path
  (replace-regexp-in-string "${prefix}" guix-prefix guix-emacs-ui-dir)
  "Directory with scheme files for \"guix.el\" package.")

(defcustom guix-package-enable-at-startup t
  "If non-nil, activate Emacs packages installed in a user profile.
Set this variable to nil before requiring `guix-init' file to
avoid loading autoloads of Emacs packages installed in
`guix-user-profile'."
  :type 'boolean
  :group 'guix)

(when guix-package-enable-at-startup
  (require 'guix-emacs)
  (guix-emacs-load-autoloads 'all))

(provide 'guix-init)

debug log:

solving 353bb27 ...
found 353bb27 in https://yhetil.org/guix/1438033720-30958-3-git-send-email-mthl@openmailbox.org/

applying [1/1] https://yhetil.org/guix/1438033720-30958-3-git-send-email-mthl@openmailbox.org/
diff --git a/emacs/guix-init.el b/emacs/guix-init.el
new file mode 100644
index 0000000..353bb27

Checking patch emacs/guix-init.el...
Applied patch emacs/guix-init.el cleanly.

index at:
100644 353bb279fa5177ab6aae0c4c3cdbddd877c2626b	emacs/guix-init.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.