Minor change to previous commit

This commit is contained in:
syl20bnr 2015-03-20 21:39:24 -04:00
parent 104189d348
commit b4ddd2a803

View file

@ -1352,13 +1352,14 @@ which require an initialization must be listed explicitly in the list.")
:config
(progn
(helm-mode +1)
(defun spacemacs/set-dotted-directory ()
(defun spacemacs//set-dotted-directory ()
"Set the face of diretories for `.' and `..'"
(set-face-attribute 'helm-ff-dotted-directory
nil
:foreground nil
:background nil
:inherit 'helm-ff-directory))
(add-hook 'helm-find-files-before-init-hook 'spacemacs/set-dotted-directory)
(add-hook 'helm-find-files-before-init-hook 'spacemacs//set-dotted-directory)
;; alter helm-bookmark key bindings to be simpler
(defun simpler-helm-bookmark-keybindings ()
(define-key helm-bookmark-map (kbd "C-d") 'helm-bookmark-run-delete)