From 6c6837ab82f078cb73f6cef3c65da6ffa68d29bf Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 21 Nov 2020 23:33:16 +0100 Subject: [PATCH] Emacs: Diminish purpose-mode. --- 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 e67a780..0628937 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-11-20T00:39:11+0100> +;; Time-stamp: <2020-11-21T23:27:45+0100> ;;; Commentary: ;; * Setup scratch buffer. @@ -80,6 +80,7 @@ ;; Dedicate windows to “purposes”. (use-package window-purpose :demand t ; projectile depends on window-purpose. + :diminish purpose-mode :custom (purpose-x-popwin-position 'right) :config (progn (purpose-mode)