| About 67 results (0.18 seconds) |
![]() Custom Search |
9 May 2012... custom file – file, other than your init file ( ~/.emacs ), where customizations from Customize are saved. It is the value of variable 'custom-file' . www.emacswiki.org/emacs/Glossary |
5 Sep 2008 ... The name of your CustomFile is the value of variable 'custom-file' . If the variable is 'nil' , then Customize writes customizations to your InitFile. www.emacswiki.org/emacs/CustomFile |
16 Nov 2009 ... StephenTurnbull said that XEmacs will load custom-file during startup anyway. It seems that loading custom-file is only necessary for Emacs. www.emacswiki.org/emacs/CustomizingBoth |
7 Dec 2007 ... The former maybe more ;; reliable, but I like `deh-customize' more. ;; ;;; Code: ( eval-when-compile (require 'cl)) (defvar deh-custom-file nil ... www.emacswiki.org/emacs/dot-emacs-helper.el |
15 Jan 2010 ... It is designed for settings that are taken care of by program in a sure way – instead of such settings coming from your custom file, they come ... www.emacswiki.org/emacs/CustomizingAndSaving |
n :SEE-ALSO `mon-set-custom-file-init', `mon-set-buffer-local-comment-start', ` mon-set-bookmark-file-init', `mon-set-infopath-init', `mon-build-path'.\n▻▻▻" ... www.emacswiki.org/emacs/mon-default-start-loads.el |
25 Jan 2013... start with '##emacs -q --no-site-file##' (or just '##emacs -Q##' in recent Emacs versions), so that you do not load your init file or custom file. www.emacswiki.org/emacs/EmacsBugs |
9 Apr 2013 ... That's what option 'custom-file' is for. That's a good idea anyway, because it separates a file you edit manually (your init file) from the file where ... www.emacswiki.org/emacs/Icicles_-_Key_Binding_Discussion |
5 Sep 2008... enregistrés dans ~.emacs-custom (setq custom-file "~/.emacs.d/emacs-custom" ) (load-file custom-file) ;;; emacs server ;; démarre le serveur ... www.emacswiki.org/emacs/CamilleBourgoinDotEmacs |
13 Feb 2003 ... (message (concat "No " custom-file " to load."))) ;; get our gnus settings (setq gnus -file "~/.gnus") (if (file-exists-p gnus-file) (progn (message ... www.emacswiki.org/emacs/BruceDurlingDotEmacs |
| |