mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
pug-mode: remove :load-path
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user