Skip to content

Instantly share code, notes, and snippets.

@xcombelle
Created September 9, 2014 08:42
Show Gist options
  • Save xcombelle/be40217a799f3f058694 to your computer and use it in GitHub Desktop.
Save xcombelle/be40217a799f3f058694 to your computer and use it in GitHub Desktop.
unsuccessful install nimrod-mode
; what I have in /emacs.d/init.el
(require 'package)
(package-initialize)
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; what I did to install nimrod-mode
; M-x package-install nimrod-mode
;
; result
; M-X nimrod-mode [No match]
; no highlight of .nim file
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; what I did previously
; M-x package-install fish-mode
;
; result
; M-X fish-mode succeed (highlight current buffer according to fish syntax)
; highlight of .fish file
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment