fix(v): load v-mode
This commit is contained in:
parent
a5d4bc5c10
commit
6ea4763de1
3 changed files with 4 additions and 3 deletions
1
init.el
1
init.el
|
@ -172,6 +172,7 @@
|
|||
;;solidity ; do you need a blockchain? No.
|
||||
;;swift ; who asked for emoji variables?
|
||||
;;terra ; Earth and Moon in alignment for performance.
|
||||
v
|
||||
web ; the tubes
|
||||
yaml ; JSON, but readable
|
||||
zig ; C, but simpler
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
;;; lang/v/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! vlang-mode)
|
||||
(use-package! v-mode
|
||||
:mode ("\\(\\.v?v\\|\\.vsh\\)$" . 'v-mode))
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/v/packages.el
|
||||
|
||||
(package! vlang-mode
|
||||
:recipe (:host github :repo "Naheel-Azawy/vlang-mode"))
|
||||
(package! v-mode)
|
||||
|
|
Loading…
Reference in a new issue