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)