Emacs: Demand window-purpose, projectile depends on it.
This commit is contained in:
parent
18085e21de
commit
ca9a296d87
|
@ -1,6 +1,6 @@
|
|||
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-03-18T14:54:44+0100>
|
||||
;; Time-stamp: <2020-03-18T15:35:10+0100>
|
||||
|
||||
;;; Commentary:
|
||||
;; * Setup scratch buffer.
|
||||
|
@ -69,6 +69,7 @@
|
|||
;; Dedicate windows to “purposes”.
|
||||
(use-package window-purpose
|
||||
;; :pin melpa ; We need > 1.7 <https://github.com/bmag/emacs-purpose/issues/158>
|
||||
:demand t ; projectile depends on window-purpose.
|
||||
:config (progn
|
||||
(purpose-mode)
|
||||
(add-to-list 'purpose-user-mode-purposes '(c++-mode . cpp))
|
||||
|
|
Loading…
Reference in New Issue
Block a user