From 6382950ce9def01f0ab2ede400ffa8da0103b556 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 11 Feb 2020 23:31:02 +0100 Subject: [PATCH] =?UTF-8?q?Emacs:=20Add=20=E2=80=9Ccompile=E2=80=9D=20purp?= =?UTF-8?q?ose.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.d/basics/buffers.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/basics/buffers.el b/init.d/basics/buffers.el index 7deebcb..933ddda 100644 --- a/init.d/basics/buffers.el +++ b/init.d/basics/buffers.el @@ -1,6 +1,6 @@ ;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-02-11T23:29:30+0100> +;; Time-stamp: <2020-02-11T23:30:47+0100> ;;; Commentary: ;; * Setup scratch buffer. @@ -100,6 +100,7 @@ (add-to-list 'purpose-user-mode-purposes '(Man-mode . help-buf)) (add-to-list 'purpose-user-mode-purposes '(help-mode . help-buf)) (add-to-list 'purpose-user-mode-purposes '(info-mode . help-buf)) + (add-to-list 'purpose-user-mode-purposes '(compilation-mode . compile)) (add-to-list 'purpose-special-action-sequences '(help-buf purpose-display-reuse-window-buffer))