Compare commits
2 commits
d65c8e87b1
...
2238773206
| Author | SHA1 | Date | |
|---|---|---|---|
| 2238773206 | |||
| fc788bfc5b |
2 changed files with 14 additions and 6 deletions
10
README.org
10
README.org
|
|
@ -1095,7 +1095,7 @@ Part of this config includes some special capture templates for my work as a you
|
||||||
"~/docs/notes/20230919T090157--house-renovation__area.org")
|
"~/docs/notes/20230919T090157--house-renovation__area.org")
|
||||||
org-id-method 'ts
|
org-id-method 'ts
|
||||||
org-agenda-tags-column -75
|
org-agenda-tags-column -75
|
||||||
org-agenda-dim-blocked-tasks nil
|
org-agenda-dim-blocked-tasks t
|
||||||
org-columns-summary-types '(("+" . org-columns--summary-sum)
|
org-columns-summary-types '(("+" . org-columns--summary-sum)
|
||||||
("$" . org-columns--summary-currencies)
|
("$" . org-columns--summary-currencies)
|
||||||
("X" . org-columns--summary-checkbox)
|
("X" . org-columns--summary-checkbox)
|
||||||
|
|
@ -1385,8 +1385,10 @@ Super Agenda gives me a really nice way of making the agenda view look a lot bet
|
||||||
:deadline today)
|
:deadline today)
|
||||||
(:name "Important"
|
(:name "Important"
|
||||||
:priority "A")
|
:priority "A")
|
||||||
(:name "Development"
|
(:name "TODO"
|
||||||
:category "TODO"
|
:category "TODO"
|
||||||
|
:scheduled nil)
|
||||||
|
(:name "Development"
|
||||||
:category "dev"
|
:category "dev"
|
||||||
:scheduled nil)
|
:scheduled nil)
|
||||||
(:name "Overdue"
|
(:name "Overdue"
|
||||||
|
|
@ -5884,8 +5886,10 @@ Org Bible is going to be set of functions for creating and using a bible app wit
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(add-to-list 'warning-suppress-types '(org-element))
|
(add-to-list 'warning-suppress-types '(org-element))
|
||||||
(add-to-list 'warning-suppress-types '(ox-latex))
|
(add-to-list 'warning-suppress-types '(ox-latex))
|
||||||
|
(add-to-list 'warning-suppress-types '(org-agenda-mode))
|
||||||
(add-to-list 'warning-suppress-log-types '(org-element))
|
(add-to-list 'warning-suppress-log-types '(org-element))
|
||||||
(add-to-list 'warning-suppress-log-types '(ox-latex))
|
(add-to-list 'warning-suppress-log-types '(ox-latex))
|
||||||
|
(add-to-list 'warning-suppress-log-types '(org-agenda-mode))
|
||||||
(load (concat user-emacs-directory "bible.el"))
|
(load (concat user-emacs-directory "bible.el"))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Emacs as RPG
|
** Emacs as RPG
|
||||||
|
|
@ -5997,7 +6001,7 @@ Let's also use an automatic garbage collector while idle to make better input.
|
||||||
** Logging
|
** Logging
|
||||||
Using Emacs 28 there are a lot of comp warnings so I am suppressing those for a quieter compilation.
|
Using Emacs 28 there are a lot of comp warnings so I am suppressing those for a quieter compilation.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq warning-suppress-types '((comp)))
|
(add-to-list 'warning-suppress-types '(comp))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
10
init.el
10
init.el
|
|
@ -793,7 +793,7 @@ much faster. The hope is to also make this a faster version of imenu."
|
||||||
"~/docs/notes/20230919T090157--house-renovation__area.org")
|
"~/docs/notes/20230919T090157--house-renovation__area.org")
|
||||||
org-id-method 'ts
|
org-id-method 'ts
|
||||||
org-agenda-tags-column -75
|
org-agenda-tags-column -75
|
||||||
org-agenda-dim-blocked-tasks nil
|
org-agenda-dim-blocked-tasks t
|
||||||
org-columns-summary-types '(("+" . org-columns--summary-sum)
|
org-columns-summary-types '(("+" . org-columns--summary-sum)
|
||||||
("$" . org-columns--summary-currencies)
|
("$" . org-columns--summary-currencies)
|
||||||
("X" . org-columns--summary-checkbox)
|
("X" . org-columns--summary-checkbox)
|
||||||
|
|
@ -1067,8 +1067,10 @@ much faster. The hope is to also make this a faster version of imenu."
|
||||||
:deadline today)
|
:deadline today)
|
||||||
(:name "Important"
|
(:name "Important"
|
||||||
:priority "A")
|
:priority "A")
|
||||||
(:name "Development"
|
(:name "TODO"
|
||||||
:category "TODO"
|
:category "TODO"
|
||||||
|
:scheduled nil)
|
||||||
|
(:name "Development"
|
||||||
:category "dev"
|
:category "dev"
|
||||||
:scheduled nil)
|
:scheduled nil)
|
||||||
(:name "Overdue"
|
(:name "Overdue"
|
||||||
|
|
@ -4329,8 +4331,10 @@ interfere with the default `bongo-playlist-buffer'."
|
||||||
|
|
||||||
(add-to-list 'warning-suppress-types '(org-element))
|
(add-to-list 'warning-suppress-types '(org-element))
|
||||||
(add-to-list 'warning-suppress-types '(ox-latex))
|
(add-to-list 'warning-suppress-types '(ox-latex))
|
||||||
|
(add-to-list 'warning-suppress-types '(org-agenda-mode))
|
||||||
(add-to-list 'warning-suppress-log-types '(org-element))
|
(add-to-list 'warning-suppress-log-types '(org-element))
|
||||||
(add-to-list 'warning-suppress-log-types '(ox-latex))
|
(add-to-list 'warning-suppress-log-types '(ox-latex))
|
||||||
|
(add-to-list 'warning-suppress-log-types '(org-agenda-mode))
|
||||||
(load (concat user-emacs-directory "bible.el"))
|
(load (concat user-emacs-directory "bible.el"))
|
||||||
|
|
||||||
(add-to-list 'load-path "/home/chris/dev/emacs-rpgdm/")
|
(add-to-list 'load-path "/home/chris/dev/emacs-rpgdm/")
|
||||||
|
|
@ -4420,4 +4424,4 @@ interfere with the default `bongo-playlist-buffer'."
|
||||||
gcmh-high-cons-threshold (* 128 1024 1024) ; 128mb
|
gcmh-high-cons-threshold (* 128 1024 1024) ; 128mb
|
||||||
gcmh-verbose nil))
|
gcmh-verbose nil))
|
||||||
|
|
||||||
(setq warning-suppress-types '((comp)))
|
(add-to-list 'warning-suppress-types '(comp))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue