From 7ecf04fdda8d30c9a8e8e15d53a3edac7598cdb1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 25 Jun 2018 20:17:01 -0700 Subject: [PATCH] [Emacs] Add org-tempo and helpful --- dotfiles/emacs.d/README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 9c99b359..d75df9ef 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1570,6 +1570,13 @@ custom-set-faces in your custom file. (progn (setq highlight-indent-guides-method 'fill))) #+END_SRC +* helpful +#+begin_src emacs-lisp +(use-package helpful + :bind (("C-h f" . helpful-callable) + ("C-h v" . helpful-variable) + ("C-h k" . helpful-key))) +#+end_src * Keybindings ** god-mode #+BEGIN_SRC emacs-lisp @@ -2940,6 +2947,7 @@ Intero seems to be causing hangs, so it has been disabled (("C-e" . end-of-visual-line))) :preface (progn + (require 'org-tempo) ;; XXX: These should probably be moved to config, right? (setq org-startup-indented nil org-startup-folded t