Abraham Fine

Results 2 issues of Abraham Fine

Load emacs with a configuration file like: ```elisp (setq package-archives `(("gnu" . "http://elpa.gnu.org/packages/") ("melpa" . "http://melpa.org/packages/"))) (package-initialize) (unless (package-installed-p 'use-package) (package-refresh-contents) (package-install 'use-package)) (use-package which-key :config (which-key-setup-minibuffer) (which-key-mode t)) (use-package...

While this change should not impact the version of ZooKeeper that is currently shipping with bigtop, later versions of ZooKeeper use the ZOO_DATADIR_AUTOCREATE_DISABLE environment variable to decide if the initialization...