;;; Emacs Goodies ;; Grab local copy of htmlize which is newer and has features I need ;; to use for my muse extensions before pushing the goodies path onto ;; the load-path (require 'htmlize) (add-to-list 'load-path (expand-file-name "/usr/share/emacs/site-lisp/emacs-goodies-el")) (require 'bar-cursor) (bar-cursor-mode 1) (iswitchb-mode)