emacs-helm
helm-firefox
Emacs Lisp

Display firefox bookmarks with emacs helm interface

Last updated Jan 3, 2026
45
Stars
5
Forks
2
Issues
0
Stars/day
Attention Score
37
Language breakdown
Emacs Lisp 100.0%
Files click to expand
README

MELPA MELPA Stable

helm-firefox

Emacs helm interface for firefox bookmarks.

Dependencies

You have first to install helm in order to make this working. If you install from MELPA you don't have to care of this.

Prerequisite

You will have to set firefox to import bookmarks in his html file bookmarks.html. (only for firefox versions >=3) To achieve that, open about:config in firefox url toolbar and go to this line:

user_pref("browser.bookmarks.autoExportHTML", false);

Double click on this line to enable its value to true, you should have now:

user_pref("browser.bookmarks.autoExportHTML", true);

NOTE: This is also working in the same way for mozilla aka seamonkey.

Install

The easiest way is to install from MELPA. Otherwise put this file in load-path compile it and add in your init file:

(autoload 'helm-firefox-bookmarks "helm-firefox" nil t)

Setup

On GNU Linux probably you can keep default setting, otherwise you may have to setup helm-firefox-default-directory to some other value.

🔗 More in this category

© 2026 GitRepoTrend · emacs-helm/helm-firefox · Updated daily from GitHub