mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
pug-mode: remove :load-path
This commit is contained in:
@ -3,7 +3,6 @@
|
|||||||
(use-package haml-mode :mode "\\.haml$")
|
(use-package haml-mode :mode "\\.haml$")
|
||||||
|
|
||||||
(use-package pug-mode
|
(use-package pug-mode
|
||||||
:load-path "/Volumes/hlissner/Dropbox/work/plugins/pug-mode"
|
|
||||||
:mode ("\\.jade$" "\\.pug$")
|
:mode ("\\.jade$" "\\.pug$")
|
||||||
:config
|
:config
|
||||||
(def-company-backend! pug-mode (yasnippet))
|
(def-company-backend! pug-mode (yasnippet))
|
||||||
|
Reference in New Issue
Block a user