spacemacs-layer: Remove helm-unicode

In favor of the already included and more informative `helm-ucs`
This commit is contained in:
justbur 2015-08-23 12:32:48 -04:00 committed by syl20bnr
parent 6efee252fa
commit 138d141cf4

View file

@ -75,7 +75,6 @@
(helm-spacemacs :location local)
helm-swoop
helm-themes
helm-unicode
highlight-indentation
highlight-numbers
highlight-parentheses
@ -1563,11 +1562,12 @@ Removes the automatic guessing of the initial value based on thing at point. "
"hi" 'helm-info-at-point
"hl" 'helm-resume
"hm" 'helm-man-woman
"iu" 'helm-ucs
"ry" 'helm-show-kill-ring
"rr" 'helm-register
"rm" 'helm-all-mark-rings
"sL" 'spacemacs/last-search-buffer
"sl" 'spacemacs/jump-in-buffer)
"sl" 'spacemacs/jump-in-buffer)
;; search with grep
(evil-leader/set-key
@ -2152,11 +2152,6 @@ Search for a search tool in the order provided by `dotspacemacs-search-tools'."
(evil-leader/set-key
"Th" 'helm-themes)))
(defun spacemacs/init-helm-unicode ()
(use-package helm-unicode
:defer t
:init (evil-leader/set-key "iu" 'helm-unicode)))
(defun spacemacs/init-highlight-indentation ()
(use-package highlight-indentation
:defer t