https://github.com/honmaple/emacs-maple-echoarea
Auto hide echo area and show modeline
https://github.com/honmaple/emacs-maple-echoarea
Last synced: 5 months ago
JSON representation
Auto hide echo area and show modeline
- Host: GitHub
- URL: https://github.com/honmaple/emacs-maple-echoarea
- Owner: honmaple
- License: gpl-3.0
- Created: 2019-02-15T07:03:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T01:36:54.000Z (almost 7 years ago)
- Last Synced: 2025-04-08T22:32:19.719Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* emacs-maple-echoarea
Auto hide echo area and show modeline
** usage
#+begin_src elisp
(use-package maple-echoarea
:ensure nil
:commands (maple-echoarea-enable maple-echoarea-disable))
#+end_src