Remove neotree customizations (in doom-themes now)
This commit is contained in:
parent
b9aeb03ff4
commit
52c599788a
1 changed files with 0 additions and 23 deletions
|
@ -44,28 +44,5 @@
|
||||||
(cl-letf (((symbol-function 'yes-or-no-p) (lambda (&rest _) t)))
|
(cl-letf (((symbol-function 'yes-or-no-p) (lambda (&rest _) t)))
|
||||||
(apply orig-fun args)))
|
(apply orig-fun args)))
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(defun doom*neo-insert-root-entry (node)
|
|
||||||
"Pretty-print pwd in neotree"
|
|
||||||
(list (concat " " (projectile-project-name))))
|
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(defun doom*neo-insert-fold-symbol (name)
|
|
||||||
"Custom hybrid unicode theme with leading whitespace."
|
|
||||||
(or (and (eq name 'open)
|
|
||||||
(neo-buffer--insert-with-face (format " - %s "
|
|
||||||
(propertize ""
|
|
||||||
'face `(:family "fontawesome" :height 1.2)
|
|
||||||
'display '(raise -0.2)))
|
|
||||||
'neo-expand-btn-face))
|
|
||||||
(and (eq name 'close)
|
|
||||||
(neo-buffer--insert-with-face (format " + %s "
|
|
||||||
(propertize ""
|
|
||||||
'face `(:family "fontawesome" :height 1.2)
|
|
||||||
'display '(raise -0.2)))
|
|
||||||
'neo-expand-btn-face))
|
|
||||||
(and (eq name 'leaf)
|
|
||||||
(neo-buffer--insert-with-face " " 'neo-expand-btn-face))))
|
|
||||||
|
|
||||||
(provide 'defuns-neotree)
|
(provide 'defuns-neotree)
|
||||||
;;; defuns-neotree.el ends here
|
;;; defuns-neotree.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue