Explorar el Código

Add Solidity mode

master
ßingen hace 8 años
padre
commit
6f1b1a32a9
Se han modificado 2 ficheros con 9 adiciones y 0 borrados
  1. +1
    -0
      init.el
  2. +8
    -0
      lisp/init-solidity.el

+ 1
- 0
init.el Ver fichero

@@ -78,6 +78,7 @@
(require 'init-python-mode)
(require 'init-sql)
(require 'init-octave)
(require 'init-solidity)

(when *spell-check-support-enabled*
(require 'init-spelling))

+ 8
- 0
lisp/init-solidity.el Ver fichero

@@ -0,0 +1,8 @@
;;; package --- Solidity mode
;;; Commentary:
;;; Code:

(require-package 'solidity-mode)

(provide 'init-solidity)
;;;

Cargando…
Cancelar
Guardar