forked from colonelpanic/dotfiles
[Emacs] Cosmetic tweaks
This commit is contained in:
parent
948a0f713c
commit
4e7d087eac
@ -2800,7 +2800,7 @@ Intero seems to be causing hangs, so it has been disabled
|
|||||||
** Document
|
** Document
|
||||||
*** org
|
*** org
|
||||||
**** config
|
**** config
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure org-plus-contrib
|
:ensure org-plus-contrib
|
||||||
:bind (:map org-mode-map
|
: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
|
;; EXPIRED TODO to indicate that the owner is not necessarily to
|
||||||
;; blame.
|
;; blame.
|
||||||
))
|
))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** Use frames
|
**** Use frames
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package org
|
(use-package org
|
||||||
@ -3298,7 +3298,7 @@ alphanumeric characters only."
|
|||||||
new-name)))))
|
new-name)))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** org-projectile
|
**** org-projectile
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(imalison:use-package org-projectile
|
(imalison:use-package org-projectile
|
||||||
:after helm
|
:after helm
|
||||||
:bind (("C-c n p" . imalison:helm-org-todo))
|
:bind (("C-c n p" . imalison:helm-org-todo))
|
||||||
@ -3321,7 +3321,7 @@ alphanumeric characters only."
|
|||||||
(imalison:make-org-todo-template))))
|
(imalison:make-org-todo-template))))
|
||||||
:candidate-number-limit 99999
|
:candidate-number-limit 99999
|
||||||
:buffer "*helm org capture templates*"))))
|
:buffer "*helm org capture templates*"))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** org-notify
|
**** org-notify
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package org-notify
|
(use-package org-notify
|
||||||
|
Loading…
Reference in New Issue
Block a user