Use with M-x vem
, or define your own keybinding.
;; short function to load ~/.emacs
(defun vem ()
(interactive)
(find-file "~/.emacs"))
Use with M-x vem
, or define your own keybinding.
;; short function to load ~/.emacs
(defun vem ()
(interactive)
(find-file "~/.emacs"))