Add todo to latex keywords

master
Jacopo De Simoi 8 years ago
parent 7aa7c0509d
commit 22ae84510f
  1. 2
      .org-id-locations
  2. 1
      custom.el
  3. 7
      global.org

File diff suppressed because one or more lines are too long

@ -26,6 +26,7 @@
'(flyspell-duplicate-distance -1) '(flyspell-duplicate-distance -1)
'(flyspell-mark-duplications-flag t) '(flyspell-mark-duplications-flag t)
'(font-latex-fontify-sectioning (quote color)) '(font-latex-fontify-sectioning (quote color))
'(font-latex-match-textual-keywords (quote (("todo" "[{"))))
'(frame-background-mode (quote dark)) '(frame-background-mode (quote dark))
'(global-font-lock-mode t nil (font-lock)) '(global-font-lock-mode t nil (font-lock))
'(helm-su-or-sudo "su") '(helm-su-or-sudo "su")

@ -463,11 +463,8 @@
(with-current-buffer b buffer-file-name) (with-current-buffer b buffer-file-name)
(with-current-buffer b (string-match-p "orgzly" default-directory))) (with-current-buffer b (string-match-p "orgzly" default-directory)))
(pop-to-buffer-same-window b) (pop-to-buffer-same-window b)
(revert-buffer t 'no-confirm))) (revert-buffer t 'no-confirm))))))
(when (and (featurep 'org-id) org-id-track-globally) (define-key org-agenda-mode-map (kbd "Z") 'org-revert-all-orgzly-buffers)
(org-id-locations-load)))))
(advice-add 'org-agenda-redo :before 'org-revert-all-orgzly-buffers)
#+END_SRC #+END_SRC
*** Capture *** Capture
Set default keybinding Set default keybinding

Loading…
Cancel
Save