pug-mode: remove :load-path

This commit is contained in:
Henrik Lissner 2016-05-22 23:11:06 -04:00
parent 0ef6837648
commit d4596e2647

View file

@ -3,7 +3,6 @@
(use-package haml-mode :mode "\\.haml$")
(use-package pug-mode
:load-path "/Volumes/hlissner/Dropbox/work/plugins/pug-mode"
:mode ("\\.jade$" "\\.pug$")
:config
(def-company-backend! pug-mode (yasnippet))