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
6
init.el
6
init.el
|
@ -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
|
||||
|
|
|
@ -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