knpatel401 / filetree

filetree is an emacs package for displaying and operating on a file list as a file tree, and for maintaining individual notes for files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined symbol

punchedtape opened this issue · comments

filetree-update-buffer: Symbol’s value as variable is void: text-scale-mode-amount

In filetree.el:
;;(defvar text-scale-mode-amount 0)

Thanks for reporting this. I believe I missed requiring the face-remap package.
Can you please try the latest commit (on master) ccbeae9a to see if it resolves the issue for you?
Thanks!
Ketan