diff --git a/index.html b/index.html index 9f03245a..f7ad326c 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +-Taken from http://endlessparentheses.com/eval-result-overlays-in-emacs-lisp.html -
(autoload 'cider--make-result-overlay "cider-overlays") - -(defun imalison:eval-overlay (value point) - (cider--make-result-overlay (format "%S" value) - :where point - :duration 'command) - value) - -(advice-add 'eval-region :around - (lambda (f beg end &rest r) - (imalison:eval-overlay - (apply f beg end r) - end))) - -(advice-add 'eval-last-sexp :filter-return - (lambda (r) - (imalison:eval-overlay r (point)))) - -(advice-add 'eval-defun :filter-return - (lambda (r) - (imalison:eval-overlay - r - (save-excursion - (end-of-defun) - (point))))) +(use-package eros + :commands (eros-mode) + :preface + (progn + (add-hook 'emacs-lisp-mode-hook 'eros-mode)))
(imalison:use-package org-projectile +(use-package org-projectile :after helm :bind (("C-c n p" . imalison:helm-org-todo)) :config @@ -7360,7 +7337,7 @@ load-theme hook (See the heading below).