Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 670 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 670 Bytes

GNAT Project Yasnippets for Emacs

This package provides snippets to be used when editing GNAT Project files. The following snippets are available:

Name Key
Case Statement case
Case Item when
Case Item (others) wheno
Package Declaration package
Project Declaration project

Manual Installation and Setup

$ git clone https://github.com/brownts/gpr-yasnippets
(add-to-list 'load-path "/path/to/repo/gpr-snippets.el")
(require 'gpr-yasnippets)
(with-eval-after-load 'yasnippets
    (gpr-yasnippets-initialize))