From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "M.R.P." Newsgroups: gmane.emacs.help Subject: Muse Package help Date: Sat, 27 Oct 2018 19:55:36 -0700 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1540695502 32085 195.159.176.226 (28 Oct 2018 02:58:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2018 02:58:22 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 28 03:58:18 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGbHO-0008FC-3C for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2018 03:58:18 +0100 Original-Received: from localhost ([::1]:38550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGbJU-0006th-7a for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Oct 2018 23:00:28 -0400 X-Received: by 2002:a37:10cd:: with SMTP id 74mr8392431qkq.32.1540695345040; Sat, 27 Oct 2018 19:55:45 -0700 (PDT) Original-Path: usenet.stanford.edu!e5-v6no8170337qtr.0!news-out.google.com!l35-v6ni8271qte.0!nntp.google.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Sat, 27 Oct 2018 21:55:38 -0500 Original-Newsgroups: gnu.emacs.help X-Mozilla-News-Host: news://news.giganews.com:119 Original-Lines: 28 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-sJMEzx2qiTlIjswVz4D7+ZjGZtfng8bisSLSylXZSi7a9P9rvMLwG/GJOKqyK9e3MyS1O5kY3OIkaBu!6CRwigypSuX+gNntXog+Jpnmx7b3HxgxpKmC7WcmHkRjaECMvEmX01DKnic3Immd3SE0xaTHjfqa!yJE= Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2295 Content-Language: en-US Original-Xref: usenet.stanford.edu gnu.emacs.help:224334 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118463 Archived-At: Hello I used package manager to install muse in my config but I do not know how to start it or if it has the correct code it needs to work Here is my .config file. (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(ansi-color-faces-vector [default default default italic underline success warning error]) '(custom-enabled-themes (quote (wombat))) '(gnus-default-nntp-server "news.giganews.com") '(inhibit-startup-screen t) '(initial-scratch-message nil) '(org-modules (quote (org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail org-w3m org-drill))) '(package-selected-packages (quote (muse w3 org bbdb)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) (put 'erase-buffer 'disabled nil)