Emacs: Add popwin.
This commit is contained in:
parent
44e21c2e58
commit
32b12b18d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user