# HG changeset patch # User Augie Fackler # Date 1458006159 14400 # Node ID 98480bc457ab0e7460b2abc6fef36a53f8e71e92 # Parent 7e97572ac429b7a4dfb064eaa344ce4e937534ca emacs: load and use monky monky is kind of slow, but it's been pretty handy so I'm going to just load it all the time until I find a better alternative. diff --git a/.elisp/settings/00.bootstrap.el b/.elisp/settings/00.bootstrap.el --- a/.elisp/settings/00.bootstrap.el +++ b/.elisp/settings/00.bootstrap.el @@ -44,6 +44,7 @@ yaml-mode company wgrep + monky git-gutter ;; for go-eldoc popup diff --git a/.elisp/settings/80.monky.el b/.elisp/settings/80.monky.el new file mode 100644 --- /dev/null +++ b/.elisp/settings/80.monky.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path (expand-file-name "~/Programming/monky")) +(require 'monky)