changeset 385:98480bc457ab

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.
author Augie Fackler <raf@durin42.com>
date Mon, 14 Mar 2016 21:42:39 -0400
parents 7e97572ac429
children 40c0bc5ff266
files .elisp/settings/00.bootstrap.el .elisp/settings/80.monky.el
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
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)