;; Put all backups in a folder
(setq
backup-by-copying t
backup-directory-alist `(("." . "~/.emacs_saves"))
delete-old-versions t
kept-new-versions 6
kept-old-versions 2
version-control t)
Showing posts with label settings. Show all posts
Showing posts with label settings. Show all posts
Wednesday, July 09, 2014
emacs: saves all the backup into a single folder
A nice settings suggested in http://www.emacswiki.org/emacs/BackupDirectory to get all your backup files created by emacs in a single folder, to do this I setup the following settings:
Labels:
emacs
,
settings
,
useful tips
Wednesday, January 08, 2014
My Firefox tunning
There are a few Firefox option I like, unfortunately sometimes is hard to find what are the knobs to touch to get it set as I like it.
Here are the settings that I prefer:
- Make search open in new tab:
browser.search.openintabwith value true- Keep window when closing last tab:
browser.tabs.closeWindowWithLastTabwith value false- Single close button for all tabs:
browser.tabs.closebuttonswith value 3 (0- Active tab only, 1 - all tabs, 2 - no close buttons, 3- single at the end of the tab bar)- Ask before quitting:
browser.showQuitWarningwith value true- Hide default "Inspect Element" when Firebug is installed:
extensions.firebug.hideDefaultInspectorset to true. (The optiondevtools.inspector.enableddoes the same thing)
Labels:
annoyances
,
Firefox
,
settings
Subscribe to:
Posts
(
Atom
)