help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Running emacs without any customisation


From: uzibalqa
Subject: Running emacs without any customisation
Date: Mon, 10 Oct 2022 11:36:22 +0000

I have the following in my .emacs file.  Calling (xepty 'nogo) should
not execute anything.  But when I run emacs, I get a black background.

I thought I would get the equivalent of "emacs -Q".

(defun xepty (&optional statck)
  "Launch xepty tools for Emacs."

  (unless (equal statck 'nogo)
    (add-to-list 'load-path "${HOME}/xepty/")
    (load "xepty")
    (xepty-tools)))

(xepty 'nogo)

(custom-set-variables
 '(savehist-additional-variables '(xepty-frame-pos))
 '(xepty-frame-pos '(34 . 34)))








reply via email to

[Prev in Thread] Current Thread [Next in Thread]