Skip to content

Commit

Permalink
emacs: Drop yaml-mode submodule, use melpa instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Schneider committed May 5, 2019
1 parent f1f72dd commit 367dbd0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "emacs-packages/yaml-mode"]
path = emacs-packages/yaml-mode
url = [email protected]:yoshiki/yaml-mode.git
[submodule "emacs-packages/tla-mode"]
path = emacs-packages/tla-mode
url = [email protected]:valschneider/tla-mode.git
Expand Down
1 change: 0 additions & 1 deletion emacs-packages/yaml-mode
Submodule yaml-mode deleted from 40067a
2 changes: 1 addition & 1 deletion files/emacs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
(flycheck-set-checker-executable "pylint" "epylint3")

;; ----- YAML -----
(add-to-list 'load-path "~/.emacs.d/packages/yaml-mode/")
(use-package yaml-mode
:ensure t
:config (add-to-list 'auto-mode-alist '("\\.yaml\\'" . yaml-mode)))

;; ----- TLA -----
Expand Down

0 comments on commit 367dbd0

Please sign in to comment.