Emacs: delete popwin (unmaintained).

This commit is contained in:
tastytea 2019-11-09 22:08:12 +01:00
parent 32b12b18d7
commit 19daea4ea3

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-11-09T20:56:53+00:00>
;; Time-stamp: <2019-11-09T21:08:01+00:00>
;;; Commentary:
;; * treemacs
@ -145,11 +145,5 @@
(:face font-lock-comment-face)))))))
)
(use-package popwin
:functions (popwin-mode)
:config
(popwin-mode 1)
)
(provide 'basics/ui)
;;; ui.el ends here