How do I enable speedbar to display all types of files?

前端 未结 2 1653
闹比i
闹比i 2021-02-12 20:18

I have emacs v23.1.1 on ubuntu 9.10. i can\'t seem to make speedbar to display all files, it only displays directories. Does anyone have an idea with this?

2条回答
  •  悲哀的现实
    2021-02-12 20:27

    Ok this might sound kind of basic but, have you right-clicked on the speedbar and checked 'Show all Files'? Otherwise, you should update the speedbar buffer by pressing 'g'.

    There should be something like this on your emacs, though this is not usually set up by hand.

    (custom-set-variables
     '(speedbar-show-unknown-files t)
    )
    

提交回复
热议问题