Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Last active November 7, 2016 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbielawa/925dd1248f91f0db2dff452464c06baf to your computer and use it in GitHub Desktop.
Save tbielawa/925dd1248f91f0db2dff452464c06baf to your computer and use it in GitHub Desktop.
;;; PUT DIS IN YOUR ~/.emacs FILE
(require 'package) ;; You might already have this line
;; (add-to-list 'package-archives
;; '("melpa" . "https://melpa.org/packages/"))
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
(package-initialize) ;; You might already have this line
(add-hook 'yaml-mode-hook #'ansible-doc-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment