mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Write core initfiles + defuns
This commit is contained in:
11
core/lib/defuns-popwin.el
Normal file
11
core/lib/defuns-popwin.el
Normal file
@ -0,0 +1,11 @@
|
||||
;;; defuns-popwin.el
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/popwin-toggle ()
|
||||
(interactive)
|
||||
(if (popwin:popup-window-live-p)
|
||||
(popwin:close-popup-window)
|
||||
(popwin:popup-last-buffer)))
|
||||
|
||||
(provide 'defuns-popwin)
|
||||
;;; defuns-popwin.el ends here
|
Reference in New Issue
Block a user