mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-28 05:27:06 -05:00
Fix general todo expansion
This commit is contained in:
parent
f44c035183
commit
dc0f324c7f
@ -404,7 +404,7 @@ Goodize the refiling targets to allow moving to subtrees
|
|||||||
'(("t" "Todo")
|
'(("t" "Todo")
|
||||||
("tg" "General" entry
|
("tg" "General" entry
|
||||||
(file+headline "notes.org" "Todo")
|
(file+headline "notes.org" "Todo")
|
||||||
"** %^{todo}\nNotes: %?\n")
|
"** TODO %^{todo}\nNotes: %?\n")
|
||||||
("tt" "General (Date)" entry
|
("tt" "General (Date)" entry
|
||||||
(file+olp+datetree "notes.org")
|
(file+olp+datetree "notes.org")
|
||||||
"*** TODO %^{todo}\nDue: %^t\nNotes: %?\n")
|
"*** TODO %^{todo}\nDue: %^t\nNotes: %?\n")
|
||||||
@ -830,6 +830,7 @@ For editing PKGBUILD files
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** LaTeX
|
*** LaTeX
|
||||||
|
**** AUCTeX
|
||||||
AUCTeX is a major mode for editing tex,
|
AUCTeX is a major mode for editing tex,
|
||||||
CDLaTeX adds some minor niceities to it.
|
CDLaTeX adds some minor niceities to it.
|
||||||
company-auctex for completion.
|
company-auctex for completion.
|
||||||
@ -844,9 +845,6 @@ company-auctex for completion.
|
|||||||
:custom
|
:custom
|
||||||
(TeX-auto-save t))
|
(TeX-auto-save t))
|
||||||
|
|
||||||
(use-package cdlatex
|
|
||||||
:hook (LaTeX-mode . cdlatex-mode))
|
|
||||||
|
|
||||||
(use-package company-auctex
|
(use-package company-auctex
|
||||||
:pin melpa
|
:pin melpa
|
||||||
:init
|
:init
|
||||||
@ -863,7 +861,13 @@ company-auctex for completion.
|
|||||||
:hook ((cdlatex-mode . foltz-add-company-math-backends)
|
:hook ((cdlatex-mode . foltz-add-company-math-backends)
|
||||||
(TeX-mode . foltz-add-company-math-backends)))
|
(TeX-mode . foltz-add-company-math-backends)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
**** cdlatex
|
||||||
|
cdlatex adds better TeX-specific template expansions and other niceties.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package cdlatex
|
||||||
|
:hook (LaTeX-mode . cdlatex-mode))
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
*** C/C++
|
*** C/C++
|
||||||
**** Irony
|
**** Irony
|
||||||
Irony handles enhanced C/C++ operations powered by clang
|
Irony handles enhanced C/C++ operations powered by clang
|
||||||
|
Loading…
Reference in New Issue
Block a user