[emacs-berlin] Emacs Starter Kits

Tilmann Singer tils at tils.net
Sat Jul 26 15:45:21 CEST 2014


Arne Brasseur <arne.brasseur at gmail.com> writes:
> For example some of the settings I have so far are:
>
> (setq inhibit-splash-screen t)                  ; no splash screen
> (menu-bar-mode -1)                              ; no menu bar
> (tool-bar-mode -1)                                ; no tool bar
> (scroll-bar-mode -1)                            ; no scroll bar
> (setq initial-scratch-message nil)              ; empty *scratch* buffer
> (setq x-select-enable-clipboard t)
> (require 'uniquify)
> (setq uniquify-buffer-name-style 'post-forward) ; "file.ext|dir" instead of
> "file.ext<2>"
> (fset 'yes-or-no-p 'y-or-n-p)

Agree with all of them! Except for initial-scratch-message I had them
all set similarly (and uniquify-buffer-name-style to
post-forward-angle-brackets, but just post-forward looks nicer).

Something to add would maybe be backup file related - I think those
.#...# files left behind everywhere by default by emacs are more
annoying than they are worth. I have this:

(setq backup-inhibited t)

but maybe just putting them into a dedicated directory like this is
sufficient for most people:

(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup"))))


Til
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://mailb.org/pipermail/emacs-berlin/attachments/20140726/3acf789c/attachment.sig>


More information about the emacs-berlin mailing list