• Stars
    star
    480
  • Rank 91,562 (Top 2 %)
  • Language
    Emacs Lisp
  • License
    GNU General Publi...
  • Created over 15 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The emacs major mode for editing files in the YAML data serialization format.
RECRUITMENTS
    I have not used emacs and this library for a long time,
    so I recruit maintainers or collaborators for all yaml-mode users.
    If you are interested in maintaining or collaborating with this library,
    please contact me.

NAME
    yaml-mode - Simple major mode to edit YAML file for emacs

REQUIREMENTS
    Emacs 24.1

SYNOPSIS
    To install, just drop this file into a directory in your
    `load-path' and (optionally) byte-compile it.  To automatically
    handle files ending in '.yml', add something like:

    (require 'yaml-mode)
    (add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))

    to your .emacs file.

    Unlike python-mode, this mode follows the Emacs convention of not
    binding the ENTER key to `newline-and-indent'.  To get this
    behavior, add the key definition to `yaml-mode-hook':

    (add-hook 'yaml-mode-hook
      '(lambda ()
        (define-key yaml-mode-map "\C-m" 'newline-and-indent)))

DESCRIPTION
    yaml-mode is major mode for emacs.

INSTALL
    You can install yaml-mode typing below.

        % make
        % make install

        or

        % make PREFIX=/your/home/dir
        % make install PREFIX=/your/home/dir

SETTING
    see SYNOPSIS.

AUTHOR
    Yoshiki Kurihara <[email protected]> Copyright (C) 2010 by Free Software
    Foundation, Inc.

    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This file is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.

More Repositories

1

markdown2impress

markdown2impress is script to convert markdown into presentation using impress.js.
Perl
88
star
2

line-bot-sdk-swift

A SDK of the LINE Messaging API for Swift
Swift
31
star
3

HTTP-MobileAgent

Perl
17
star
4

android-twitter-oauth-demo

Java
12
star
5

perl-app-waffy

Twitter proxy for iPhone, Mobile(jp) and IRC
Perl
10
star
6

YKNavigationControllerTransition

Objective-C
7
star
7

ruby-app-itunes2twitter

Ruby command line application to post to twitter listening song on iTunes.
Ruby
7
star
8

HTTP-MobileAgent-Plugin-Locator

Handling mobile location information plugin for HTTP::MobileAgent
Perl
7
star
9

tmt-mode

Emacs major mode for editing Text::MicroTemplate syntax.
Emacs Lisp
7
star
10

Imager-QRCode

Perl module for qrcode.
C
6
star
11

DynamicsDemo

Objective-C
5
star
12

Text-QRCode

C
5
star
13

OneDollerGestureRecognizer

A library to recognize gesture using the $1 Unistroke Recognizer in Swift.
Swift
5
star
14

YKTabBarController

Objective-C
5
star
15

YKExpandLabel

Objective-C
4
star
16

perl-app-recode

Gist clone
Perl
4
star
17

mod_rounded_corners

C
3
star
18

Xcode5-CommentLess-Project-Templates

Objective-C
3
star
19

html-tt

Extension for html-helper-mode provide Template Toolkit syntax on emacs
Emacs Lisp
2
star
20

YKLightbox

A lightbox view like Tweetbot3
Objective-C
2
star
21

ios-showcase

Objective-C
2
star
22

ScreenRecorderDemo

Objective-C
2
star
23

tx-mode

Major mode for editing Text::Xslate syntax
Emacs Lisp
2
star
24

Curl

Curl Wrapper written in Swift
Swift
2
star
25

Catalyst-Plugin-MobileAgent

Catalyst-Plugin-MobileAgent
Perl
1
star
26

android-api-sample

Java
1
star
27

ios-sample

Objective-C
1
star
28

WebService-AppStoreAPI

Perl
1
star
29

YKPagedScrollView

YKPagedScrollView is UIScrollView subclass has interface like UITableview
Objective-C
1
star
30

Template-Plugin-Jcode

Template-Plugin-Jcode
Perl
1
star
31

YKUtility

Useful categories, macros and libraries for iOS
Objective-C
1
star
32

WebService-AndroidMarketAPI

Perl
1
star
33

Hash-Manip

Perl
1
star
34

curlsample

Sample usage of C bindings for the libcurl library in Swift.
Swift
1
star
35

perl-app-twit4jaw

Twitter bot to read someone a lecture.
Perl
1
star
36

Imager-Filter-Sepia

Imager-Filter-Sepia
Perl
1
star
37

URI

C7.URI extension(parse uri with Node.js's http-parser) in Swift
Swift
1
star
38

DQ1Passwd

Swift
1
star