Frederik Hanghøj Iversen
0c1530fd48
Move environment variables to a seperate location. Systemd now takes care of starting emacs and acpid. Changes to Emacs setup: * Flycheck is started for all programming modes * played around with gnus and mu4e (config files for mu not source-controlled yet)
4 lines
85 B
Bash
4 lines
85 B
Bash
if [ -d "$HOME/.config/environment" ] ; then
|
|
source $HOME/.config/environment
|
|
fi
|