From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH] Add tintin. Date: Fri, 19 Aug 2016 19:59:00 +0200 Message-ID: References: <87r39z81zo.fsf@we.make.ritual.n0.is> <8760rbot2y.fsf@we.make.ritual.n0.is> <877fbdnne4.fsf@we.make.ritual.n0.is> <87y43tm73e.fsf@we.make.ritual.n0.is> <87vayxx9iy.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bao4T-0007rH-TI for guix-devel@gnu.org; Fri, 19 Aug 2016 13:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bao4P-0003ti-Q3 for guix-devel@gnu.org; Fri, 19 Aug 2016 13:59:08 -0400 Received: from mail-yw0-x22b.google.com ([2607:f8b0:4002:c05::22b]:33641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bao4O-0003td-J2 for guix-devel@gnu.org; Fri, 19 Aug 2016 13:59:05 -0400 Received: by mail-yw0-x22b.google.com with SMTP id r9so17428469ywg.0 for ; Fri, 19 Aug 2016 10:59:03 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel > Another emacs/notmuch user checking in. I was in the same boat as you > until trying out spacemacs ~two years ago: > > https://github.com/syl20bnr/spacemacs > > Give it a go, if you haven't already :) @marius: Did you get the guix plugin working? Does it need anything spacemacs specific other than adding the snippet from the manual to .spacemacs? (let ((dir "/path/to/your-guix-git-tree/emacs")) (add-to-list 'load-path dir) (setq guix-load-path dir)) (require 'guix-autoloads nil t) Are you using a spacemacs layer for notmuch? There isn't an official one available... @ng0: sorry it's taking this long... =P