From d965a4eb41a7420f99fc7d892bf05049a9e54c61 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 08:17:59 -0500 Subject: [PATCH] subl instructions Signed-off-by: Kenneth Reitz --- source/editor.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/editor.rst b/source/editor.rst index bd8fbb6..1cb14aa 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -60,6 +60,7 @@ Sublime Text 3 Tricks Once installed, the command–line ``subl`` launcher will allow you to easily open up projects from your terminal (e.g. ``$ subl .``). In addition, it also will inform plugins like Anaconda of which Python interpreter to use, based on the currently activated virtual environment. +Here's `some short documentation `_ on how to enable ``subl`` in your environment, if you're on a mac. Rulers //////