Skip to content

Commit

Permalink
no need for dirlocals anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh43 committed May 8, 2017
1 parent be8ecb5 commit c13e945
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.org
Expand Up @@ -33,9 +33,4 @@
~tertestrial-mode~ uses dir local variables to configure project settings.
- ~tertestrial-root-dir~ sets the project root path
- ~tertestrial-project-lang~ sets the directory language for tertestrial output parsing (for jump-to-file functionality)
**** Example
~.dir-locals.el~
#+BEGIN_SRC emacs-lisp
((nil . ((tertestrial-project-lang . "node")
(tertestrial-root-dir . "/Users/dany/my-project/"))))
#+END_SRC

0 comments on commit c13e945

Please sign in to comment.