summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoreli-oat <hi@eli.li>2022-11-29 21:00:51 -0500
committereli-oat <hi@eli.li>2022-11-29 21:00:51 -0500
commit6517a5d3d6baf8ecdf243499c1253f0fa01751ca (patch)
tree45734e01407e7c6cb476130a67770420ca03913e
parent162e574af31aeadadae2c6734e572fe2a588df68 (diff)
downloademacs-6517a5d3d6baf8ecdf243499c1253f0fa01751ca.tar.gz
*
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index d6b9b2d..a04ebf0 100644
--- a/init.el
+++ b/init.el
@@ -202,6 +202,9 @@
 (progn (company-mode +1)
   (global-company-mode +1))
 
+(add-hook 'emacs-lisp-mode-hook #'eldoc-mode)
+(diminish 'eldoc-mode "Doc")
+(fset #'list-buffers #'ibuffer)
 
 ;; ===== org-mode =====