el-get/recipes/llvm-mode.rcp
Miheer Vaidya 3fbe111a3d use github mirror for llvm mode
For now llvm viewvc is down let's use github in meantime.
2016-04-13 19:57:26 +05:30

11 lines
478 B
Plaintext

(:name llvm-mode
:description "Major mode for the LLVM assembler language."
:website "http://llvm.org/"
:type http
:url "https://raw.githubusercontent.com/llvm-mirror/llvm/master/utils/emacs/llvm-mode.el"
:prepare (progn
(autoload 'llvm-mode "llvm-mode"
"LLVM assembler language editing mode." t)
(add-to-list 'auto-mode-alist
'("\\.ll\\'" . llvm-mode))))