[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: system: Define $ASPELL_CONF in /etc/profile.
From: |
Ludovic Courtès |
Subject: |
05/06: system: Define $ASPELL_CONF in /etc/profile. |
Date: |
Wed, 28 Jan 2015 09:56:40 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 3761792c3aa0266ca76aaef0c033690d6f91c84f
Author: Ludovic Courtès <address@hidden>
Date: Wed Jan 28 10:53:50 2015 +0100
system: Define $ASPELL_CONF in /etc/profile.
* gnu/system.scm (etc-directory)[profile]: Define 'ASPELL_CONF'.
---
gnu/system.scm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index fc7b5b1..b3c5cd8 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -451,6 +451,9 @@ export EMACSLOADPATH=:/etc/emacs
# By default, applications that use D-Bus, such as Emacs, abort at startup
# when /etc/machine-id is missing. Make sure these warnings are non-fatal.
export DBUS_FATAL_WARNINGS=0
+
+# Allow Aspell to find dictionaries installed in the user profile.
+export ASPELL_CONF=\"dict-dir $HOME/.guix-profile/lib/aspell\"
"))
(skel (skeleton-directory skeletons)))
(file-union "etc"
- branch master updated (589f7db -> 3034704), Ludovic Courtès, 2015/01/28
- 01/06: Thank Amirouche., Ludovic Courtès, 2015/01/28
- 02/06: install: Add iw to the packages., Ludovic Courtès, 2015/01/28
- 05/06: system: Define $ASPELL_CONF in /etc/profile.,
Ludovic Courtès <=
- 06/06: gnu: gimp: Update to 2.8.14., Ludovic Courtès, 2015/01/28
- 04/06: Update NEWS., Ludovic Courtès, 2015/01/28
- 03/06: doc: Update USB image size., Ludovic Courtès, 2015/01/28