Remove module-nim; don't use nim anymore

This commit is contained in:
Henrik Lissner 2016-03-28 21:40:51 -04:00
parent f2344f1d8b
commit f4c00bf4aa
2 changed files with 2 additions and 18 deletions

View file

@ -81,10 +81,8 @@
module-web ; for the 2.0'er
;; Experimental
;;module-crystal ; ruby at the speed of c
;;module-eshell ; for inferior OSes *cough*windows
;;module-nim ; look out Abraham
;;module-pony ; Dear Princess Compiler
;;module-eshell ; for inferior OSes *cough*windows
;;module-pony ; Dear Princess Compiler
;; Organizational/Notes
module-org ; for organized fearless leader

View file

@ -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