Difference between revisions of "Custom"

From WikEmacs
Jump to navigation Jump to search
(Created page with "You essentially customize Emacs by writing Emacs lisp, either by your self or by Emacs. == Init Files == Emacs save its customization on "~/.emacs" or under directory "./...")
 
(redirect)
 
Line 1: Line 1:
You essentially customize Emacs by writing [[Emacs lisp]], either by your self or by Emacs.
+
#REDIRECT [[User's Initialization File]]
 
 
== Init Files ==
 
Emacs save its customization on "~/.emacs" or under directory "./.emacs.d". When Emacs start, it read and eval the lisp program in the file.
 
 
 
== Easy Customization Interface ==
 
You can customize Emacs without explicitly writing code. with M-x customize, a customized buffer is created. User can change the variable, function and add [[Hook]]. By doing that, Emacs writing the customization to your initial files.
 

Latest revision as of 10:25, 1 April 2012