Remove module-nim; don't use nim anymore
This commit is contained in:
parent
f2344f1d8b
commit
f4c00bf4aa
2 changed files with 2 additions and 18 deletions
2
init.el
2
init.el
|
@ -81,9 +81,7 @@
|
||||||
module-web ; for the 2.0'er
|
module-web ; for the 2.0'er
|
||||||
|
|
||||||
;; Experimental
|
;; Experimental
|
||||||
;;module-crystal ; ruby at the speed of c
|
|
||||||
;;module-eshell ; for inferior OSes *cough*windows
|
;;module-eshell ; for inferior OSes *cough*windows
|
||||||
;;module-nim ; look out Abraham
|
|
||||||
;;module-pony ; Dear Princess Compiler
|
;;module-pony ; Dear Princess Compiler
|
||||||
|
|
||||||
;; Organizational/Notes
|
;; Organizational/Notes
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
;;; module-nim.el
|
|
||||||
|
|
||||||
(use-package nim-mode
|
|
||||||
:mode "\\.nim$"
|
|
||||||
:init
|
|
||||||
(add-hook! nim-mode 'flycheck-mode)
|
|
||||||
:config
|
|
||||||
(require 'flycheck-nim)
|
|
||||||
(require 'company-nim)
|
|
||||||
(define-company-backend! nim-mode (nim yasnippet))
|
|
||||||
(map! :map nim-mode-map "gd" 'nim-goto-sym))
|
|
||||||
|
|
||||||
(provide 'module-nim)
|
|
||||||
;;; module-nim.el ends here
|
|
Loading…
Add table
Add a link
Reference in a new issue