emacs_contextmenu
lets you open files by using the windows context menu in file explorer
Version information
released Jan 6th 2016
This version is compatible with:
- windows
Start using this module
Add this module to your Puppetfile:
mod 'jiha-emacs_contextmenu', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
jiha/emacs_contextmenu — version 0.1.1 Jan 6th 2016
emacs_contextmenu
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with emacs_contextmenu
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
Adds emacs as way to open file on context menu.
Module Description
Setup
What emacs_contextmenu affects
- registry
Beginning with emacs_contextmenu
Usage
Use, require or include the class emacs_contextmenu, it will update the registry to add emacs as a option on the context menu of files, you need to supply a path that tells it where emacs is installed, that variable is named path
so something like this could work class { 'emacs_contextmenu': path => '' }
Reference
Limitations
Only works on windows, needs puppetlabs-registry
Development
Send me a pull-request, if you have changes. Found a issue, go to github and post it there. or send me a email.
Release Notes/Contributors/Etc Optional
V 0.1.0 inital version
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- puppetlabs-registry (>= 1.1.0)