Add vala-mode
This commit is contained in:
parent
76da5b44d1
commit
90140f1ab5
2 changed files with 6 additions and 1 deletions
|
@ -126,8 +126,9 @@
|
||||||
;;scala ; java, but good
|
;;scala ; java, but good
|
||||||
(sh +fish) ; she sells (ba|z|fi)sh shells on the C xor
|
(sh +fish) ; she sells (ba|z|fi)sh shells on the C xor
|
||||||
;;solidity ; do you need a blockchain? No.
|
;;solidity ; do you need a blockchain? No.
|
||||||
;;swift ; who asked for emoji variables?
|
;;swtft ; who asked for emoji variables?
|
||||||
;;web ; the tubes
|
;;web ; the tubes
|
||||||
|
;;vala ; GObjective-C
|
||||||
|
|
||||||
;; Applications are complex and opinionated modules that transform Emacs
|
;; Applications are complex and opinionated modules that transform Emacs
|
||||||
;; toward a specific purpose. They may have additional dependencies and
|
;; toward a specific purpose. They may have additional dependencies and
|
||||||
|
|
4
modules/lang/vala/packages.el
Normal file
4
modules/lang/vala/packages.el
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
;; -*- no-byte-compile: t; -*-
|
||||||
|
;;; lang/vala/packages.el
|
||||||
|
|
||||||
|
(package! vala-mode)
|
Loading…
Add table
Add a link
Reference in a new issue