From fcd4c60337b31749fc1555adf329fd8555267a1c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 18 Oct 2019 01:36:45 -0400 Subject: [PATCH] emacs: experiment with hyperbole --- .emacs.d/init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8779ea9..a270875 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1999,6 +1999,13 @@ This function is intended for use with `ivy-ignore-buffers'." :custom (nnreddit-python-command "python3")) +(use-package hyperbole + :disabled + :straight (hyperbole + :host github :repo "rswgnu/hyperbole" + :files ("*.el" ("kotl" "kotl/*.el") + "DEMO" "man/*.info" "man/*.texi"))) + ;;; Email (with Gnus) -- 2.20.1