diff --git a/dotfiles/emacs.d b/dotfiles/emacs.d index 0b932060..26a9f5e5 160000 --- a/dotfiles/emacs.d +++ b/dotfiles/emacs.d @@ -1 +1 @@ -Subproject commit 0b9320607705210f67f7b37dda5f9dc2ac47c9ea +Subproject commit 26a9f5e5dd382bd1fff2ffebc82e3e64b51282e7 diff --git a/dotfiles/tern_config b/dotfiles/tern_config new file mode 100644 index 00000000..4a8acf6d --- /dev/null +++ b/dotfiles/tern_config @@ -0,0 +1,12 @@ +{ + "libs": [ + "browser", + "jquery" + ], + "plugins": { + "requirejs": { + "baseURL": "./", + "paths": {} + } + } +} \ No newline at end of file