Skip to content

My own private Idaho of emacs initializations and paper-cut-sanding

Notifications You must be signed in to change notification settings

tanimislam/tanim-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tanim-emacs: my own customizations

Hello World! Here I have a grab-bag of elisp files I need to get my emacs environment to look as nice as I want it to.

This repository should live in a ~/.xemacs directory. The easiest way to do this is to run the command,

git clone https://[email protected]/tanim_islam/tanim-emacs.git .xemacs

All in your home directory.

Second, you should have a ~/.emacs file, which should look like this.

;;; XEmacs backwards compatibility file
(setq user-init-file
      (expand-file-name "init.el"
			(expand-file-name ".xemacs" "~")))
(setq custom-file
      (expand-file-name "custom.el"
			(expand-file-name ".xemacs" "~")))

(load-file user-init-file)
(load-file custom-file)

Have fun and edit on!

About

My own private Idaho of emacs initializations and paper-cut-sanding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published