summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-10-18 01:36:45 -0400
committerAmin Bandali <bandali@gnu.org>2019-10-18 01:36:45 -0400
commitfcd4c60337b31749fc1555adf329fd8555267a1c (patch)
treee18a2209bb190bf0db5a638741b44b9f881e71c0 /.emacs.d
parent0567bcba7aa98c821560c6e9d9ea085b803bc6e4 (diff)
downloadconfigs-fcd4c60337b31749fc1555adf329fd8555267a1c.tar.gz
configs-fcd4c60337b31749fc1555adf329fd8555267a1c.tar.xz
configs-fcd4c60337b31749fc1555adf329fd8555267a1c.zip
emacs: experiment with hyperbole
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el7
1 files changed, 7 insertions, 0 deletions
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)