Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willbchang committed Jul 2, 2020
1 parent 2242dae commit 9ca1b4c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ An Alfred Workflow to open file/folder in editor with one hotkey.
3. Move the highlight block to the destination folder.
4. *Notice*: if you enabled `Advanced -> History` and browse file with it, you should use <kbd>tab</kbd> or <kbd>←</kbd> or <kbd>→</kbd> to avoid Alfred's default selection.
5. Press <kbd>alt</kbd> + <kbd>v</kbd> or your own shortcut.


### Emacs Support
1. Add the code below to your `init.el` or `.emacs`
```lisp
;; Enable server for opening file/folder from emacsclient
(server-start)
```
2. Set the shortcut to launch Emacs.
3. Try it!

### Change Code Editor
1. Open **Alfred Preferences** -> **Workflows** -> **Open in Editor**.
Expand Down

0 comments on commit 9ca1b4c

Please sign in to comment.