Emacs: Add popwin.

This commit is contained in:
tastytea 2019-11-09 21:57:28 +01:00
parent 44e21c2e58
commit 32b12b18d7

View File

@ -145,5 +145,11 @@
(:face font-lock-comment-face)))))))
)
(use-package popwin
:functions (popwin-mode)
:config
(popwin-mode 1)
)
(provide 'basics/ui)
;;; ui.el ends here