Przeglądaj źródła

Add Solidity mode

master
ßingen 8 lat temu
rodzic
commit
6f1b1a32a9
2 zmienionych plików z 9 dodań i 0 usunięć
  1. +1
    -0
      init.el
  2. +8
    -0
      lisp/init-solidity.el

+ 1
- 0
init.el Wyświetl plik

@@ -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 Wyświetl plik

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

(require-package 'solidity-mode)

(provide 'init-solidity)
;;;

Ładowanie…
Anuluj
Zapisz