Emacs: Silence warning.

This commit is contained in:
tastytea 2020-11-30 21:49:12 +01:00
parent be9f36b6c8
commit d029bfce40
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-11-29T10:53:18+0100>
;; Time-stamp: <2020-11-30T21:47:33+0100>
;;; Commentary:
;; * Setup scratch buffer.
@ -81,6 +81,7 @@
(use-package window-purpose
:demand t ; projectile depends on window-purpose.
:diminish purpose-mode
:defines (purpose-x-popwin-major-modes)
:custom (purpose-x-popwin-position 'right)
:config (progn
(purpose-mode)