Emacs configuration files, everything starts from init.el.
git clone [email protected]:Sarcasm/.emacs.d.git ~/.emacs.d
You can optionally create an identity file where mail address, user full name, etc, are recommended to be set.
An example of the content of this file can be:
$ cat init.d/identity.el
(setq user-mail-address "[email protected]"
user-full-name "Firstname Lastname")
$
Comment the Emacs*Foreground key of /usr/share/kdisplay/app-defaults/Emacs.ad
:
-Emacs*Foreground: WINDOW_FOREGROUND
+! Emacs*Foreground: WINDOW_FOREGROUND
See: