forked from colonelpanic/dotfiles
[Emacs] Add org-tempo and helpful
This commit is contained in:
parent
edd1ae1cff
commit
7ecf04fdda
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user