unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* remove custom-set-*
@ 2017-02-22 12:39 Anast Gramm
  2017-02-22 15:51 ` Eli Zaretskii
  2017-02-24  0:18 ` Michael Heerdegen
  0 siblings, 2 replies; 3+ messages in thread
From: Anast Gramm @ 2017-02-22 12:39 UTC (permalink / raw)
  To: help-gnu-emacs

Hey list,

I have disabled the customs file since I want to have my configuration
in one neatly organised org file.

  custom-file (make-temp-file "")

I want to remove custom-set-faces from the code below, but I don't know how.
setq doesn't work, and I don't know what to try.

  (custom-set-faces
   '(company-preview
     ((t (:foreground "darkgray" :underline t))))
   '(company-preview-common
     ((t (:inherit company-preview))))
   '(company-tooltip
     ((t (:background "gray4" :foreground "gray85"))))
   '(company-tooltip-selection 
     ((t (:background "dark olive green" :foreground "gray100"))))
   '(company-tooltip-annotation
     ((t (:background "gray4" :foreground "goldenrod1"))))   
   '(company-tooltip-annotation-selection
     ((t (:background "dark olive green" :foreground "goldenrod1"))))
   '(company-tooltip-common
     ((t (:background "gray4" :foreground "gray42"))))
   '(company-tooltip-common-selection
     ((t (:background "dark olive green" :foreground "gray69")))))

Also from here, how do I remove the custom-set-variables

  (custom-set-variables
   '(TeX-view-program-selection
     (quote
      (((output-dvi has-no-display-manager)
        "dvi2tty")
       ((output-dvi style-pstricks)
        "dvips and gv")
       (output-dvi "xdvi")
       (output-pdf "Zathura")
       (output-html "xdg-open")))))



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-24  0:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-22 12:39 remove custom-set-* Anast Gramm
2017-02-22 15:51 ` Eli Zaretskii
2017-02-24  0:18 ` Michael Heerdegen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).