Skip to content

Sarcasm/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Description

Emacs configuration files, everything starts from init.el.

Install

git clone [email protected]:Sarcasm/.emacs.d.git ~/.emacs.d

Configuration

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")
$

Troubleshooting

Buggy cursor color on KDE

Comment the Emacs*Foreground key of /usr/share/kdisplay/app-defaults/Emacs.ad:

-Emacs*Foreground:		WINDOW_FOREGROUND
+! Emacs*Foreground:		WINDOW_FOREGROUND

See:

About

Emacs config files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published