Homepage: https://github.com/vapniks/jb-misc-functions
Author: Joe Bloggs
Updated:
Miscellaneous functions for keymaps & other things
This library contains various functions that are used in some of my other libraries. So far it contains mostly functions for doing things with keys and keymaps. Installation: Put jb-misc-functions.el in a directory in your load-path, e.g. ~/.emacs.d/ You can add a directory to your load-path with the following line in ~/.emacs (add-to-list 'load-path (expand-file-name "~/elisp")) where ~/elisp is the directory you want to add (you don't need to do this for ~/.emacs.d - it's added by default). Add the following to your ~/.emacs startup file. (require 'jb-misc-functions)