Skip to content

Alternative Editors

Using Atom🔗

  1. From Atom go to Settings> -> Install then search for "foxdot" and press install on the plugin
  2. To start FoxDot press Ctrl+Alt+f or use the menu to go to Packages -> FoxDot -> Toggle

Install Atom

Credit: Koltes

Using Emacs🔗

  1. Download foxdot-cli.py and foxdot-mode.el from here
  2. Put foxdot-cli.py in the same directory as the FoxDot installaton (in case you're using virtualenv, otherwise comment from lines 5 to 7)
  3. Copy foxdot-mode.el to ~/.emacs.d/lisp
  4. Add (defvar foxdot-cli-path "/path/to/foxdot-cli/") in your ~/.emacs file
  5. In Emacs M-x load-library and complete with foxdot-mode
  6. Type C-c C-f or M-x foxdot-start to start
  7. Type C-c C-e or M-x foxdot-execute to evaluate a line or a block of code

Install Emacs

Credit: Mauro