remove extra ")"

This commit is contained in:
fzerorubigd 2015-04-22 00:00:53 +04:30 committed by syl20bnr
parent 2adce44bc9
commit 5c902c6453

View file

@ -65,7 +65,7 @@ Then you just need to add a keybinding to your custom persp, we use
<kbd>SPC L o [your key here]</kbd> (Perspective open <key>)
```elisp
(evil-leader/set-key "Lo<your key here>" 'custom-persp/<persp-function-name>))
(evil-leader/set-key "Lo<your key here>" 'custom-persp/<persp-function-name>)
```
## Predefined custom perspectives