helm-unicode: Minor refactoring on documentation and init function

This commit is contained in:
syl20bnr 2015-08-02 22:15:24 -04:00
parent 735384f970
commit a3d0eda6a3
2 changed files with 7 additions and 6 deletions

View File

@ -1869,10 +1869,12 @@ Text related commands (start with ~x~):
| ~SPC x w d~ | show dictionary entry of word from wordnik.com |
*** Searching and inserting unicode characters
You can very easily search for and insert unicode characters into the current buffer.
| Key Binding | Description |
|-------------+------------------------------------------------------------------------------------------|
| ~SPC i u~ | Search for unicode characters using [[https://github.com/shosti/helm-unicode][helm-unicode]] and insert them into the active buffer. |
You can very easily search for and insert unicode characters into the
current buffer with [[https://github.com/shosti/helm-unicode][helm-unicode]].
| Key Binding | Description |
|-------------+-----------------------------------------------------------------------|
| ~SPC i u~ | Search for unicode characters and insert them into the active buffer. |
*** Smartparens Strict mode
[[https://github.com/Fuco1/smartparens][Smartparens]] comes with a strict mode which prevents deletion of parenthesis if

View File

@ -2088,8 +2088,7 @@ Search for a search tool in the order provided by `dotspacemacs-search-tools'."
(defun spacemacs/init-helm-unicode ()
(use-package helm-unicode
:defer t
:init
(evil-leader/set-key "iu" 'helm-unicode)))
:init (evil-leader/set-key "iu" 'helm-unicode)))
(defun spacemacs/init-highlight-indentation ()
(use-package highlight-indentation