Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
doc:emacs-config [2014/05/12 09:30] gkazhoyadoc:emacs-config [2015/04/27 19:07] gkazhoya
Line 1: Line 1:
 ====== Emacs Initialization File ====== ====== Emacs Initialization File ======
  
-The most configuration you need to do is in the Emacs init file.+The main part of configuring your IDE is done through the Emacs init file.
  
 According to the GNU Emacs Manual, "Emacs looks for your init file using the filenames ''~/.emacs'', ''~/.emacs.el'', or ''~/.emacs.d/init.el''". The last one is the recommended alternative because for that one creates a directory for Emacs in the user home and all the Emacs extensions are then also put into that directory. A sample of the ''~/.emacs.d'' directory can be found on [[https://github.com/gaya-/configs/tree/master/.emacs.d|GitHub]].  If you set up your Emacs initialization properly you will be able to start the Lisp environment from inside your Emacs. According to the GNU Emacs Manual, "Emacs looks for your init file using the filenames ''~/.emacs'', ''~/.emacs.el'', or ''~/.emacs.d/init.el''". The last one is the recommended alternative because for that one creates a directory for Emacs in the user home and all the Emacs extensions are then also put into that directory. A sample of the ''~/.emacs.d'' directory can be found on [[https://github.com/gaya-/configs/tree/master/.emacs.d|GitHub]].  If you set up your Emacs initialization properly you will be able to start the Lisp environment from inside your Emacs.