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

(require 'init-python-mode) (require 'init-python-mode)
(require 'init-sql) (require 'init-sql)
(require 'init-octave) (require 'init-octave)
(require 'init-solidity)


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

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

;;; package --- Solidity mode
;;; Commentary:
;;; Code:

(require-package 'solidity-mode)

(provide 'init-solidity)
;;;

Cargando…
Cancelar
Guardar