Loading zero-input-panel-posframe.el +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ ;; limitations under the License. ;; URL: https://gitlab.emacsos.com/sylecn/zero-el ;; Version: 1.0.0 ;; Version: 1.0.1 ;; Package-Requires: ((emacs "24.4") (zero-input "2.9.0") (posframe "1.4.3")) ;;; Commentary: Loading @@ -25,6 +25,8 @@ ;; To use this panel, install posframe package, then add in your ;; ~/.emacs.d/init.el file, ;; ;; (require 'zero-input) ;; ;; other user configurations ;; (when (locate-library "posframe") ;; (require 'zero-input-panel-posframe) ;; (zero-input-panel-posframe-init)) Loading Loading
zero-input-panel-posframe.el +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ ;; limitations under the License. ;; URL: https://gitlab.emacsos.com/sylecn/zero-el ;; Version: 1.0.0 ;; Version: 1.0.1 ;; Package-Requires: ((emacs "24.4") (zero-input "2.9.0") (posframe "1.4.3")) ;;; Commentary: Loading @@ -25,6 +25,8 @@ ;; To use this panel, install posframe package, then add in your ;; ~/.emacs.d/init.el file, ;; ;; (require 'zero-input) ;; ;; other user configurations ;; (when (locate-library "posframe") ;; (require 'zero-input-panel-posframe) ;; (zero-input-panel-posframe-init)) Loading