summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-programming.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-programming.el')
-rw-r--r--custom/jao-custom-programming.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el
index 672f70f..5437bba 100644
--- a/custom/jao-custom-programming.el
+++ b/custom/jao-custom-programming.el
@@ -19,7 +19,10 @@
(delete-window w)
(eldoc-doc-buffer t))))
-(jao-define-attached-buffer "\\*eldoc\\( .*\\)?\\*" 12)
+(add-to-list 'display-buffer-alist
+ '("\\*eldoc\\( .*\\)?\\*"
+ (display-buffer-reuse-window)
+ (dedicated . t)))
;;;; automatic modes
(add-to-list 'auto-mode-alist '("\\.mix\\'" . hexl-mode))