summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-12-03 02:07:44 +0000
committerjao <jao@gnu.org>2021-12-03 02:09:02 +0000
commite8d3192b63d2242bc7173ae0acfa8a0f4cddba31 (patch)
tree0354006d10c6c8aa6d33cea677e90f78287d8e6f /init.org
parent6db7593ecc6e253a5fc346e9486d1f41c16d1055 (diff)
downloadelibs-e8d3192b63d2242bc7173ae0acfa8a0f4cddba31.tar.gz
elibs-e8d3192b63d2242bc7173ae0acfa8a0f4cddba31.tar.bz2
geiser nits
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index f0b0b7d..5115fcc 100644
--- a/init.org
+++ b/init.org
@@ -1851,7 +1851,7 @@
#+begin_src emacs-lisp
(require 'em-term)
;;; commands using ansi scape seqs
- (dolist (c '("editor" "more" "wget" "dict" "vim" "links" "w3m"
+ (dolist (c '("editor" "more" "wget" "dict" "vim" "links" "w3m" "guile"
"ssh" "autossh" "zmore" "pager" "aptitude" "su" "htop" "top"
"screen" "whizzml" "iex"))
(add-to-list 'eshell-visual-commands c))
@@ -2439,6 +2439,7 @@
(setq geiser-repl-history-filename "~/.emacs.d/cache/geiser-history"
geiser-repl-startup-time 20000
geiser-debug-auto-display-images-p t
+ geiser-log-verbose-p t
geiser-active-implementations '(guile)
geiser-default-implementation 'guile))