all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sebastian Tennant <sebyte@smolny.plus.com>
Subject: Re: Installing emacs mode
Date: Mon, 31 Oct 2005 20:12:30 +0000	[thread overview]
Message-ID: <dk5trf$ach$1@sea.gmane.org> (raw)
In-Reply-To: <1130769140.959227.289260@g14g2000cwa.googlegroups.com>

jeessy@gmail.com wrote:
> Hi, thank you for your reply but on Bill gates'os  emacs version i
> can't find the .emacs file :|

So you now have some useful Windows info.

In short you have to create your own ~/.emacs if you don't have one.
Emacs will read then read it at start-up.

It's such a plain and simple file, but don't call it ~/.emacs.txt !!!

It must be ~/.emacs (or $HOME/.emacs).

You can just copy and paste this if you like:

sebyte



;; my ~/.emacs
;;
;; elsip (emacs lisp) uses semi-colons for comments

(add-to-list 'load-path "/home/jeessy/elisp") ;change according to Windows'
                                              ;requirements

(autoload 'css-mode "css-mode" "CSS editing mode" t nil) ;"css-mode" corresponds
                                                         ;to the filename

(global-font-lock-mode 1) ;this will ensure syntax highlighting works

;; end of your ~/.emacs
;;
;; very soon this will be two pages long :-)

  parent reply	other threads:[~2005-10-31 20:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-30  8:52 [Newbie] Installing emacs mode jeessy
2005-10-30  9:45 ` Sebastian Tennant
     [not found] ` <mailman.13293.1130665689.20277.help-gnu-emacs@gnu.org>
2005-10-30 10:01   ` Bastien
2005-10-31 14:32     ` jeessy
2005-10-31 15:00       ` Sébastien Kirche
2005-10-31 15:09       ` Chris McMahan
2005-10-31 20:12       ` Sebastian Tennant [this message]
     [not found]       ` <mailman.13483.1130789814.20277.help-gnu-emacs@gnu.org>
2005-10-31 22:11         ` Sébastien Kirche
2005-10-31 23:21           ` Sebastian Tennant
     [not found]           ` <mailman.13501.1130801051.20277.help-gnu-emacs@gnu.org>
2005-11-01 11:21             ` jeessy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dk5trf$ach$1@sea.gmane.org' \
    --to=sebyte@smolny.plus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.