[Emacs] Cosmetic tweaks

This commit is contained in:
Ivan Malison 2016-12-24 23:57:48 -08:00
parent 948a0f713c
commit 4e7d087eac
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2800,7 +2800,7 @@ Intero seems to be causing hangs, so it has been disabled
** Document
*** org
**** config
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
(use-package org
:ensure org-plus-contrib
:bind (:map org-mode-map
@ -3211,7 +3211,7 @@ Intero seems to be causing hangs, so it has been disabled
;; EXPIRED TODO to indicate that the owner is not necessarily to
;; blame.
))
#+END_SRC
#+END_SRC
**** Use frames
#+BEGIN_SRC emacs-lisp
(use-package org
@ -3298,7 +3298,7 @@ alphanumeric characters only."
new-name)))))
#+END_SRC
**** org-projectile
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
(imalison:use-package org-projectile
:after helm
:bind (("C-c n p" . imalison:helm-org-todo))
@ -3321,7 +3321,7 @@ alphanumeric characters only."
(imalison:make-org-todo-template))))
:candidate-number-limit 99999
:buffer "*helm org capture templates*"))))
#+END_SRC
#+END_SRC
**** org-notify
#+BEGIN_SRC emacs-lisp
(use-package org-notify