[Emacs] Add org-tempo and helpful

This commit is contained in:
Ivan Malison 2018-06-25 20:17:01 -07:00
parent edd1ae1cff
commit 7ecf04fdda
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1570,6 +1570,13 @@ custom-set-faces in your custom file.
(progn (progn
(setq highlight-indent-guides-method 'fill))) (setq highlight-indent-guides-method 'fill)))
#+END_SRC #+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 * Keybindings
** god-mode ** god-mode
#+BEGIN_SRC emacs-lisp #+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))) (("C-e" . end-of-visual-line)))
:preface :preface
(progn (progn
(require 'org-tempo)
;; XXX: These should probably be moved to config, right? ;; XXX: These should probably be moved to config, right?
(setq org-startup-indented nil (setq org-startup-indented nil
org-startup-folded t org-startup-folded t