https://github.com/lujun9972/el-start-menu
start-menu for executing external program like in windows
https://github.com/lujun9972/el-start-menu
Last synced: over 1 year ago
JSON representation
start-menu for executing external program like in windows
- Host: GitHub
- URL: https://github.com/lujun9972/el-start-menu
- Owner: lujun9972
- Created: 2015-12-31T12:39:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T12:26:05.000Z (about 10 years ago)
- Last Synced: 2025-02-09T15:12:28.755Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 2.54 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: README
#+AUTHOR: lujun9972
#+CATEGORY: start-menu
#+DATE: [2016-01-04 一 00:05]
#+OPTIONS: ^:{}
* Start Menu
start-menu is a little tool that will add a "Start" menu in the menu bar.
You can use the Start menu to executing external program just like the start menu in windows.
* Usage
If you are using debian linux or ubuntu linux just =M-x start-menu-enable=
Otherwise, you should config start-menu-menu-conf first then =M-x start-menu-enable=
For Windows user: the path to program often contains space, so may be you should use "" to quote the path
If you don't need Start menu any more,just =M-x start-menu-disable=
[[file:./screen.gif]]
Since many user hidden the menu bar, so there is also a command =start-menu-popup= which will pop up the start menu.